mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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: {
|
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 New Issue
Block a user