forked from mystiq/hydrogen-web
Fix typo here
This was causing the icons section to be omitted from the source section of the manifest.
This commit is contained in:
parent
623939c671
commit
d322f380ad
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue