-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Multiple preprocessors? #163
Comments
I'm afraid I don't know what's involved in getting this to work. It'll depend on how ember-cli handles the CSS preprocessors, rather than how this module works. Maybe you should open an issue over there? |
I've found it to be quite challenging to try and get more than one preprocessor to work due to how The main challenge is that the first processor to run effectively removes the css file (ie. You might be able to follow the approach used in this add-on: https://github.com/n1ru4l/ember-cli-css-preprocess, which supports multiple processors, but not specifically Unfortunately, I don't think you'll be able to use more than one of the popular preprocessors at the same time without some extra configuration to your build setup. |
Feel free to make a PR for stylus :) |
I am trying to use the
ember-cli-stylus
with this side by side. Any recommendations on getting something like that working?When I try to use both, even if setting the stylus input and output files to a new name, I get errors.
Thanks
The text was updated successfully, but these errors were encountered: