Add the text "(Syntactically awesome style sheets) is a preprocessor scripting language initially designed by Hampton Catlin" to the article (#27972)

pull/31770/head
Istvan Acs 2019-02-05 23:25:27 +00:00 committed by Christopher McCormack
parent 666cc01175
commit 43f352d6de
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
title: Sass 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: 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 - **nesting** which allows you to order child elements inside of their parents on your stylesheet