generator
generator copied to clipboard
trying to skip colors module
If I add to the config:
"skipModules": [
"colors"
]
it looks like it skips the item named "colors" in the manifest, but because other items in the manifest have colors: true, the colors are still generated. In the full .css file, I see them in there 3 times.
Thought perhaps I'm not using the correct value to skip it, I just realized I see:
CssSyntaxError: <css input>:4478:1: Unknown word
with "colors", but "color" runs with no error. The colors remain in there the 3 times though.
Decent chance you've run into a bug, I'll look into it this weekend and see if I can get that fixed. Thanks for opening up this issue!