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

@import handling should use the loader defined in the webpack config #21

Closed
ddelbondio opened this issue Sep 17, 2014 · 2 comments
Closed

Comments

@ddelbondio
Copy link

I am currently developing a sass loader which uses the original ruby sass compiler. When the css-loader processes the output and handles @import directives currently calls the sass loader again (which fails, since ruby sass can't seem to handle normal css files properly).
I think it would be better to call the loader defined in the webpack config for that file pattern instead.

@sokra sokra closed this as completed in c1b5447 Sep 22, 2014
@geddski
Copy link

geddski commented Feb 12, 2015

@ddelbondio is your ruby-sass loader working and do you plan to release it?

@ddelbondio
Copy link
Author

@geddski yes it is working. I cleaned it up a bit and published it at https://github.com/ddelbondio/ruby-sass-loader / https://www.npmjs.com/package/ruby-sass-loader
Let me know if you have any issues with it

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