Skip to content

Commit

Permalink
Mention the two syntaxes in /guide
Browse files Browse the repository at this point in the history
Closes #615
  • Loading branch information
nex3 committed May 23, 2022
1 parent 443cf50 commit 1ba0ea3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion source/guide.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ba0ea3

Please sign in to comment.