-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Official Sass Support #446
Comments
Porting CSS to SCSS? Isn't it upside down? Vice versa. SCSS as masterfile (processing to CSS, both in repo). Maintaining only one file: the SCSS. |
@svenjunke That is my feeling as well. Just make one normalize.sass file and it will automatically create the normalize.css and normalize.min.css for the non-sass users. |
I still don't understand the need in this being sass. I get normalize with bower, then have gulp copy it as normalize.scss, which is then compiled with my sass files. You could also just have your build process combine normalize.css with your css instead. I guess I'm just missing the need for this besides having it in sass, just to have it in sass. |
@fleeting +1 |
from necolas:
if you'd really like there's: and but as @fleeting said, if you're using gulp or the like you can just stick it in to your build as css |
I still don't see why this would be a good thing to do :) |
I don't know if Normalize has already been ported to Sass/SCSS, but it's not mentioned in the readme.
I did a quick convert for my own project of 3.0.3. Feel free to merge it into the repo.
The text was updated successfully, but these errors were encountered: