Skip to content

Commit

Permalink
Mention the two syntaxes in /guide (sass#631)
Browse files Browse the repository at this point in the history
Closes sass#615
  • Loading branch information
Israel-4Ever committed May 23, 2022
1 parent b6e59e1 commit 2ccf9cb
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 2ccf9cb

Please sign in to comment.