-
Notifications
You must be signed in to change notification settings - Fork 143
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
How to import breakpoint with webpack? #167
Comments
Have a look at http://hownodejs.com/39/01/how-to-import-ruby-gems-breakpoint-with-webpack.html it seems to have a solution |
Assuming you installed breakpoint-sass package:
Then you have to import it letting the SASS loader know that this element you want to import, that is, "breakpoint", is outside the SASS folder, with the other node modules:
|
Perhaps we could add this to the Readme, or rather the wiki? |
Yes, please add this line to the "Installation" section to the project's wiki:
and this line to the "Using Breakpoint":
|
+1 on the wiki edit |
Hi guys,
I've installed susy and sass, after that include css/sass loader to webpack config
{ test: /\.scss$/, loader: ExtractTextPlugin.extract('css!sass') }
Here is my main scss file
This is an error in a webpack output
gems which are installed
Does anyone know how to properly import breakpoint ?
The text was updated successfully, but these errors were encountered: