sass-site/source/documentation/index.html.md
2019-03-04 16:24:31 -08:00

1.0 KiB
Raw Blame History

title introduction
Documentation Sass is a stylesheet language thats compiled to CSS. It allows you to use [variables](/documentation/variables), [nested rules](/documentation/style-rules#nesting), [mixins](/documentation/at-rules/mixin), [functions](/documentation/functions), and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized and makes it easy to share design within and across projects.