From 43f352d6de0213cf64895d44114cf5e7a5b7cf51 Mon Sep 17 00:00:00 2001 From: Istvan Acs <33941460+St3ve89@users.noreply.github.com> Date: Tue, 5 Feb 2019 23:25:27 +0000 Subject: [PATCH] Add the text "(Syntactically awesome style sheets) is a preprocessor scripting language initially designed by Hampton Catlin" to the article (#27972) --- guide/english/sass/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/sass/index.md b/guide/english/sass/index.md index 8ca4f117f8..868d41d1b5 100644 --- a/guide/english/sass/index.md +++ b/guide/english/sass/index.md @@ -2,7 +2,7 @@ title: Sass --- -Sass is a preprocessor scripting language that compiles CSS. It essentially brings the power of a standard programming language to your stylesheets. Sass files end with the `.scss` file extension. +Sass (Syntactically awesome style sheets) is a preprocessor scripting language initially designed by Hampton Catlin that compiles CSS. It essentially brings the power of a standard programming language to your stylesheets. Sass files end with the `.scss` file extension. With Sass, you can make your CSS considerably more efficient. Some of its key features include: - **nesting** which allows you to order child elements inside of their parents on your stylesheet