-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Sass support? #86
Comments
I think @ChristopherBiscardi is working on making it possible to define loaders outside of the internal Gatsby Webpack config. Perhaps he can update us what's happening? In the meantime, it's easiest to fork Gatsby and modify the loaders locally. Not an ideal situation at all I know :-( |
I've created a PR with the approach that I think has been working the best so far: #87 |
Hi @jeberly as of 0.7.1 you can add config for sass https://github.com/gatsbyjs/gatsby/releases/tag/v0.7.1 |
merge v2 branch
Hello, I know how to support sass files using webpack, but I am little confused if/how that is supported in gatsbyjs as webpack config seems buried in source of gatsby.
Thanks in advance for help.
The text was updated successfully, but these errors were encountered: