-
Notifications
You must be signed in to change notification settings - Fork 47
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
css-modulesify does not play well with cssnext #44
Comments
HI @ryngonzalez do you have a repo somewhere that we can get a better look at what's going on? |
@ryngonzalez have you tried loading |
Using |
@izeau where'd you put |
It's working alright for me in the cli:
|
Here's a boilerplate that supports cssnext with this library. https://github.com/pixelass/npm-boilerplate Here's a react/redux boilerplate with more config: https://github.com/pixelass/redux-react-boilerplate Both work out of the box and need no config. I simply added it in the |
I've tried with a bunch of configurations, and none seem to be working:
1. In
--use
declaration2. In
--after
declaration3. Required and used in
--use
declaration4. Required and used in
--after
declaration5. Required and used in
--use
declaration, initialized with options6. Required and used in
--after
declaration, initialized with optionsAm I just missing fundamental, or is there some for of issue with how we're adding additional PostCSS plugins to the css-modulesify pipeline?
The text was updated successfully, but these errors were encountered: