From 50f95c5f65c1409db5776feb0fd14bebba695c57 Mon Sep 17 00:00:00 2001 From: Awjin Ahn Date: Thu, 20 May 2021 14:39:28 -0500 Subject: [PATCH] Update intro. (#533) --- source/guide.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/guide.html.haml b/source/guide.html.haml index da19016..70b9147 100644 --- a/source/guide.html.haml +++ b/source/guide.html.haml @@ -27,9 +27,9 @@ introduction: > CSS on its own can be fun, but stylesheets are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. - Sass lets you use features that don't exist in CSS yet like variables, - nesting, mixins, inheritance and other nifty goodies that make writing CSS - fun again. + Sass has features that don't exist in CSS yet like nesting, mixins, + inheritance, and other nifty goodies that help you write robust, + maintainable CSS. Once you start tinkering with Sass, it will take your preprocessed Sass file and save it as a normal CSS file that you can use in your website.