Fix typo here

This was causing the icons section to be omitted from the source section
of the manifest.
This commit is contained in:
RMidhunSuresh 2022-06-16 21:26:16 +05:30
parent 623939c671
commit d322f380ad
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const commonOptions = {
postcss: { postcss: {
plugins: [ plugins: [
compileVariables({derive, compiledVariables}), compileVariables({derive, compiledVariables}),
urlVariables({compileVariables}), urlVariables({compiledVariables}),
urlProcessor({replacer}), urlProcessor({replacer}),
// cssvariables({ // cssvariables({
// preserve: (declaration) => { // preserve: (declaration) => {