sass: fix keywords problem

This commit is contained in:
Rico Sta. Cruz 2017-10-16 11:07:15 +08:00
parent 442b0ce4f5
commit 8da5a96c71
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ keywords:
- darken() - darken()
- adjust-color() - adjust-color()
- "@for @each @while @if @else" - "@for @each @while @if @else"
- $list: (a b c) - "$list: (a b c)"
- $map: (a: b, c: d) - "$map: (a: b, c: d)"
--- ---
## Basics ## Basics