From 735030ca0b73de0f5501dbca9a157ad054766da7 Mon Sep 17 00:00:00 2001 From: Denis Malinochkin Date: Tue, 26 Jul 2016 07:56:31 +0300 Subject: [PATCH] Just SCSS not Scss --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2988f2f..fa51c47 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Support for all popular css preprocessors: Just import the file, whitch includes variables colors in your project. ```less -// Less, Scss, Stylus +// Less, SCSS, Stylus @import "lib/material-color"; ``` @@ -78,7 +78,7 @@ There are provided lists of variables for looping through the colors. In order t .material-color-class("red"); // another color or "all" .material-color-class("red", background-color); // another property or empty (default: color) -// Scss +// SCSS @include material-color-class("red"); // another color or "all" @include material-color-class("red", background-color); // another property or empty (default: color)