1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 05:33:07 +03:00

Typo in scss.md

This commit is contained in:
Daniel Segura 2020-04-06 17:37:44 -05:00 committed by GitHub
parent beca305fe0
commit f6fe69f5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ path: priniciples/scss
* 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.
## Guidelines for using Sass feaures (WIP)
## Guidelines for using Sass features (WIP)
_When and when not to create:_
* Variables