Mention the two syntaxes in /guide (#631)

Closes #615
This commit is contained in:
Natalie Weizenbaum 2022-05-23 16:33:58 -07:00 committed by GitHub
parent 443cf501ec
commit ba2c91414d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,17 @@ introduction: >
Sass would watch all files in the `app/sass` folder for changes, and
compile CSS to the `public/stylesheets` folder.
---
.sl-c-callout.sl-c-callout--fun-fact
:markdown
### 💡 Fun fact:
Sass has two syntaxes! The SCSS syntax (`.scss`) is used most commonly. It's
a superset of CSS, which means all valid CSS is also valid SCSS. The
indented syntax (`.sass`) is more unusual: it uses indentation rather than
curly braces to nest statements, and newlines instead of semicolons to
separate them. All our examples are available in both syntaxes.
%hr
%section#topic-2
:markdown