-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Sass Indented Syntax Improvements | ||
sub: Bringing SCSS flexibility to .sass files | ||
date: 2024-11-27 | ||
venue: Sass Blog | ||
url: https://sass-lang.com/blog/rfc-indented-syntax/ | ||
author: james | ||
image: | ||
src: blog/elsewhere/sass-brackets.jpg | ||
alt: | | ||
Indoor plants in pots on a floating shelf | ||
held up by brackets. | ||
tags: | ||
- Link | ||
- CSS | ||
- Sass | ||
action: | ||
text: Read the full article » | ||
url: https://sass-lang.com/blog/rfc-indented-syntax/ | ||
summary: | ||
The Sass indented format is getting more flexible with the ability to have | ||
multiline statements, semicolons, and more. | ||
--- | ||
|
||
OddBird is proposing the introduction of parts of SCSS syntax into the | ||
indented format. Some highlights: | ||
|
||
- Multi-line statements for long values, improving readability of properties | ||
like `grid-template`. | ||
- Linebreaks are treated as whitespace anywhere you can't end a statement | ||
- A "SCSS-in-Sass" syntax to opt in to SCSS formatting inline. | ||
- Optional semicolons |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.