2018-10-24 00:06:39 +02:00
|
|
|
|
---
|
|
|
|
|
title: Documentation
|
2019-03-05 01:24:31 +01:00
|
|
|
|
introduction: >
|
|
|
|
|
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),
|
2019-09-03 00:20:24 +02:00
|
|
|
|
[functions](/documentation/modules), and more, all with a fully
|
2019-03-05 01:24:31 +01:00
|
|
|
|
CSS-compatible syntax. Sass helps keep large stylesheets well-organized and
|
|
|
|
|
makes it easy to share design within and across projects.
|
2019-04-05 08:55:07 +02:00
|
|
|
|
overview: true
|
2018-10-24 00:06:39 +02:00
|
|
|
|
---
|
|
|
|
|
|
2018-08-11 01:39:18 +02:00
|
|
|
|
* If you're looking for an introduction to Sass, check out [the
|
|
|
|
|
tutorial](/guide).
|
|
|
|
|
|
|
|
|
|
* If you want to look up a built-in Sass function, look no further than [the
|
2019-09-03 01:32:14 +02:00
|
|
|
|
built-in module reference](/documentation/modules).
|
2018-08-11 01:39:18 +02:00
|
|
|
|
|
|
|
|
|
* If you're calling Sass from JavaScript, you may want the [JS API
|
2018-10-24 00:06:39 +02:00
|
|
|
|
documentation][js].
|
2018-08-11 01:39:18 +02:00
|
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
|
* Or the [Dart API documentation][dart] if you're calling it from Dart.
|
2018-08-11 01:39:18 +02:00
|
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
|
* Otherwise, use the table of contents for the language reference!
|
2018-08-11 01:39:18 +02:00
|
|
|
|
|
2018-10-24 00:06:39 +02:00
|
|
|
|
[js]: https://github.com/sass/node-sass#usage
|
|
|
|
|
[dart]: https://pub.dartlang.org/documentation/sass/latest/sass/sass-library.html
|