mirror of
https://github.com/danog/sass-site.git
synced 2025-01-21 21:31:34 +01:00
minor grammar/wording fix
This commit is contained in:
parent
3f5c4d6f38
commit
00fea22bc3
@ -60,7 +60,7 @@ title: Sass Basics
|
||||
:markdown
|
||||
## Nesting
|
||||
|
||||
When you write HTML you've probably noticed that it has a fairly clear nested, visual hierarchy. CSS, on the other hand, isn't. Sass will let you nest your CSS selectors in a way that follows the same visual hierarchy of your HTML. Here's an example of some typical styles for a site's navigation:
|
||||
When writing HTML you've probably noticed that it has a clear nested and visual hierarchy. CSS, on the other hand, doesn't. Sass will let you nest your CSS selectors in a way that follows the same visual hierarchy of your HTML. Here's an example of some typical styles for a site's navigation:
|
||||
|
||||
%ul
|
||||
%li= link_to "SCSS", "#topic-3-SCSS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user