Skip to content

Commit 4488ffd

Browse files
authored
Merge pull request #1059 from daniseguraf/patch-1
Typo in scss.md
2 parents 9798f56 + 0b0441c commit 4488ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/principles/scss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path: priniciples/scss
2222
* Avoid specifying units for zero values, e.g., `margin: 0;` instead of `margin: 0px;`.
2323
* Strive to limit use of shorthand declarations to instances where you must explicitly set all the available values.
2424

25-
## Guidelines for using Sass feaures (WIP)
25+
## Guidelines for using Sass features (WIP)
2626
_When and when not to create:_
2727

2828
* Variables

0 commit comments

Comments
 (0)