mirror of
https://github.com/danog/sass-site.git
synced 2024-12-15 02:47:36 +01:00
029520349a
This hierarchy is now going to document built-in modules, which mostly contain functions but can also contain mixins and may potentially contain variables in the future.
1.0 KiB
1.0 KiB
title | introduction | overview |
---|---|---|
Documentation | Sass is a stylesheet language that’s compiled to CSS. It allows you to use [variables](/documentation/variables), [nested rules](/documentation/style-rules#nesting), [mixins](/documentation/at-rules/mixin), [functions](/documentation/modules), 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. | true |
-
If you're looking for an introduction to Sass, check out the tutorial.
-
If you want to look up a built-in Sass function, look no further than the function reference.
-
If you're calling Sass from JavaScript, you may want the JS API documentation.
-
Or the Dart API documentation if you're calling it from Dart.
-
Otherwise, use the table of contents for the language reference!