mirror of
https://github.com/primer/css.git
synced 2025-01-07 14:58:54 +03:00
Typo in scss.md
This commit is contained in:
parent
beca305fe0
commit
f6fe69f5d1
@ -22,7 +22,7 @@ path: priniciples/scss
|
|||||||
* Avoid specifying units for zero values, e.g., `margin: 0;` instead of `margin: 0px;`.
|
* Avoid specifying units for zero values, e.g., `margin: 0;` instead of `margin: 0px;`.
|
||||||
* Strive to limit use of shorthand declarations to instances where you must explicitly set all the available values.
|
* Strive to limit use of shorthand declarations to instances where you must explicitly set all the available values.
|
||||||
|
|
||||||
## Guidelines for using Sass feaures (WIP)
|
## Guidelines for using Sass features (WIP)
|
||||||
_When and when not to create:_
|
_When and when not to create:_
|
||||||
|
|
||||||
* Variables
|
* Variables
|
||||||
|
Loading…
Reference in New Issue
Block a user