feat: move color variables to global data
This commit is contained in:
parent
f9926b3bac
commit
23c9baad10
7 changed files with 57 additions and 107 deletions
|
@ -5,7 +5,7 @@ const values = Object.values;
|
|||
const entries = Object.entries;
|
||||
|
||||
const minifyCss = async (css) => {
|
||||
const output = await postcss([cssnano]).process(css);
|
||||
const output = await postcss([cssnano]).process(css, undefined);
|
||||
|
||||
return output.css;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue