1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-09 19:56:44 +01:00

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

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