You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
@chrisblossom Your problem is probably that you're specifying the .css extension (see this PR for libsass). What if you drop it and just try to @import "~normalize.css/normalize"?
If that doesn't work, it might also be because you need a modules definition your webpack config's resolve option.
@davezuko, your repo was directly linked in css-modules/css-modules#65.
I am trying to get css-modules to
results in:
styles/core.scss shows you are importing locally managed version. Did you have similar issues using the npm version?
This seems to be the suggested way to import css from node_modules. webpack-contrib/css-loader#12 SurviveJS's Webpack loading styles section
@gajus I would love to see if you had any input on this as well.
Thank you for your time.
//cc @bebraw
The text was updated successfully, but these errors were encountered: