From 211c6e973bd7844b97912b82111add02c146761b Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Sat, 22 Sep 2018 10:04:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e03ac4..d309af3 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Because of a [bug in Sass-Lint](https://github.com/sasstools/sass-lint/issues/11 * Automatic concatenation and minification on save * Modular/Reusable code * Nesting (possibly coming to native CSS in the future) -* Precomputed Variables (Live variables already exist in both) +* Precomputed Variables (Live variables already exist in Sass/SCSS/CSS) * Mixins and Mixin Libraries (See: [family.scss](https://lukyvj.github.io/family.scss/) for a good example) * Precomputed Math (`width: $height / 2;`) * Built in color functions (`color: desaturate(#F00, 20%);` or `color: rgba(#FCE, 0.5);`)