sass-site/source/documentation/index.html.md
Natalie Weizenbaum 4b6b15b1ab
Add special styling for intro pages (#316)
This just bumps up the font size a bit, to help emphasize that these
pages are special and make them look less bare.

Closes #276
2019-04-04 23:55:07 -07:00

29 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Documentation
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/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.
overview: true
---
* 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
function reference](/documentation/functions).
* If you're calling Sass from JavaScript, you may want the [JS API
documentation][js].
* Or the [Dart API documentation][dart] if you're calling it from Dart.
* Otherwise, use the table of contents for the language reference!
[js]: https://github.com/sass/node-sass#usage
[dart]: https://pub.dartlang.org/documentation/sass/latest/sass/sass-library.html