From 8da5a96c71a640477ce2fe7a95bf9f7ab2fba31c Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 16 Oct 2017 11:07:15 +0800 Subject: [PATCH] sass: fix keywords problem --- sass.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass.md b/sass.md index 7f68aa962..e3d6117c6 100644 --- a/sass.md +++ b/sass.md @@ -11,8 +11,8 @@ keywords: - darken() - adjust-color() - "@for @each @while @if @else" - - $list: (a b c) - - $map: (a: b, c: d) + - "$list: (a b c)" + - "$map: (a: b, c: d)" --- ## Basics