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

Suggest include output of SCSS - end of article. #10

Open
pepfreetest opened this issue Jul 24, 2013 · 0 comments
Open

Suggest include output of SCSS - end of article. #10

pepfreetest opened this issue Jul 24, 2013 · 0 comments

Comments

@pepfreetest
Copy link

After suggested Sass nesting, perhaps demonstrate the result. For example:

If you were to Sass this up you’d write it as:

.header{}
.site-nav{
li{}
a{}
}

This would output the following vanilla css, with correct selector specificity:

.header{}
.site-nav li{}
.site-nav a{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant