Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/principles/scss.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down