Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trying to skip colors module #79

Open
smakinson opened this issue Mar 1, 2018 · 2 comments
Open

trying to skip colors module #79

smakinson opened this issue Mar 1, 2018 · 2 comments

Comments

@smakinson
Copy link

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
Copy link
Author

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.

@johno
Copy link
Member

johno commented Mar 2, 2018

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants