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

Official Sass Support #446

Closed
TheJaredWilcurt opened this issue May 9, 2015 · 7 comments
Closed

Official Sass Support #446

TheJaredWilcurt opened this issue May 9, 2015 · 7 comments

Comments

@TheJaredWilcurt
Copy link

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.

@florianbouvot
Copy link

Please see #9, #22, #26, #30, #240

@ghost
Copy link

ghost commented May 13, 2015

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.

@TheJaredWilcurt
Copy link
Author

@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.

@fleeting
Copy link

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.

@florianbouvot
Copy link

@fleeting +1
We don't need Sass version, Sass is CSS compatible so you can create your own build process.

@stevendchen
Copy link

from necolas:

"Thanks for taking the time to do this. There have been a couple of pull requests related to Sass versions of the file, but I'd rather not have to maintain 2 near-identical files. I'm happy to either let people Sass-ify the file themselves or have others maintain a Sass version."

if you'd really like there's:
https://github.com/esses/normalize.sass

and
https://github.com/JohnAlbin/normalize-scss
https://github.com/guerrero/normalize.scss

but as @fleeting said, if you're using gulp or the like you can just stick it in to your build as css

@necolas
Copy link
Owner

necolas commented May 13, 2015

I still don't see why this would be a good thing to do :)

@necolas necolas closed this as completed May 13, 2015
Repository owner locked and limited conversation to collaborators May 13, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants