mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +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:
parent
623939c671
commit
d322f380ad
@ -40,7 +40,7 @@ const commonOptions = {
|
||||
postcss: {
|
||||
plugins: [
|
||||
compileVariables({derive, compiledVariables}),
|
||||
urlVariables({compileVariables}),
|
||||
urlVariables({compiledVariables}),
|
||||
urlProcessor({replacer}),
|
||||
// cssvariables({
|
||||
// preserve: (declaration) => {
|
||||
|
Loading…
Reference in New Issue
Block a user