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

Question about "Use the .scss syntax, never the original .sass syntax" #48

Open
nreddy216 opened this issue Jun 22, 2017 · 1 comment
Open
Labels

Comments

@nreddy216
Copy link

thanks for open-sourcing this guide.

question about this - Use the .scss syntax, never the original .sass syntax - Why is this your convention?

@backwardok
Copy link
Collaborator

SASS is the older syntax, and doesn't follow CSS style conventions. SCSS was introduced after, and allows you to essentially use CSS and add on to it. This means you can take preexisting CSS files and just turn them into SCSS files and it will work. Aside from being the default style that even the SASS documentation uses across the board, it also is easier to transition to if you're used to using CSS.

See also http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants