Skip to content

Commit

Permalink
Merge pull request #756 from oddbird/sass-rfc-indented
Browse files Browse the repository at this point in the history
Add Indented RFC elsewhere post
  • Loading branch information
jamesnw authored Dec 4, 2024
2 parents e6d0774 + bc68a97 commit 7ea9636
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions content/blog/elsewhere/sass-indented.md
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-12-03
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:

- Multiline statements for long values, improving readability of properties
like `grid-template`
- Linebreaks now treated as whitespace anywhere you can't end a statement
- A "SCSS-in-Sass" syntax to opt in to SCSS formatting inline
- Optional semicolons
Binary file added src/images/blog/elsewhere/sass-brackets.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ea9636

Please sign in to comment.