Skip to content

Commit

Permalink
Add a note about multiline expressions in the indented syntax. (sass#628
Browse files Browse the repository at this point in the history
)

Closes sass#627
  • Loading branch information
Israel-4Ever committed May 16, 2022
1 parent 693bf2c commit 32866b8
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ indent one level deeper in the indented syntax. And any time a line ends, that
counts as a semicolon. There are also a few additional differences in the
indented syntax that are noted throughout the reference.

<% heads_up do %>
The indented syntax currently doesn't support expressions that wrap across
multiple lines. See [issue #216].

[issue #216]: https://github.com/sass/sass/issues/216
<% end %>

The indented syntax looks like this:

```sass
Expand Down

0 comments on commit 32866b8

Please sign in to comment.