sass-site/source/documentation/index.html.md

29 lines
1.0 KiB
Markdown
Raw Normal View History

2018-10-24 00:06:39 +02:00
---
title: Documentation
2019-03-05 01:24:31 +01:00
introduction: >
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/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.
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
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