From fe686c425afb1e6de1b779b74e8178ed188e249b Mon Sep 17 00:00:00 2001 From: Erjan Kalybek Date: Sun, 25 Nov 2018 15:42:58 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1bc26d..d97a526 100644 --- a/README.md +++ b/README.md @@ -344,7 +344,7 @@ CSS: } ``` #### Mixin Variables -If you have more than one class that includes this functionality, it's clear that previous exmample will save a lot of typing and be more maintainable. But what if you have several classes that have the same basic functionality, but you need to pass different colors? Sass makes it easy: just pass the colors as variables, which are defined like function parameters: +If you have more than one class that includes this functionality, it's clear that previous example will save a lot of typing and be more maintainable. But what if you have several classes that have the same basic functionality, but you need to pass different colors? Sass makes it easy: just pass the colors as variables, which are defined like function parameters: SCSS: Mixin Variable ```scss