Skip to content

Commit

Permalink
Just SCSS not Scss
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Jul 26, 2016
1 parent cbac9f8 commit 735030c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
```

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 735030c

Please sign in to comment.