mirror of
https://github.com/danog/sass-site.git
synced 2024-11-27 04:24:50 +01:00
Update intro. (#533)
This commit is contained in:
parent
077c20255a
commit
50f95c5f65
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user