generator icon indicating copy to clipboard operation
generator copied to clipboard

trying to skip colors module

Open smakinson opened this issue 7 years ago • 2 comments

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.

smakinson avatar Mar 01 '18 22:03 smakinson

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.

smakinson avatar Mar 01 '18 22:03 smakinson

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!

johno avatar Mar 02 '18 15:03 johno