-
Notifications
You must be signed in to change notification settings - Fork 44
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
Replace ember-cli-sass with postcss #108
Comments
@buschtoens are there any differences in final bundle size, or maintenance costs associated with switching over? |
In theory, both processors should yield pretty much the same output. Regarding maintenance cost one could argue that you now have to keep track of This "could-be disadvantage" is also one of the big selling points. You're not buying in to a monolithic system controlled by an external power. Instead you include just the parts you really need and could even write your own plugins rather simply—something that's not possible with Sass. Obviously I'm trying to sway you over here, but in all honesty, I haven't experienced any down sides so far. |
@buschtoens sounds reasonable enough to me. Happy to accept a PR! |
FWIW |
Would you accept a PR that replaces
ember-cli-sass
withember-css-module
/postcss
? 🙂The css files would stay almost the same, I'd only have to swap some keywords here and there.
I would like to get rid of the transient binary dependency in our projects.
The text was updated successfully, but these errors were encountered: