Skip to content

Commit

Permalink
Add Indented RFC elsewhere post
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Nov 26, 2024
1 parent 45fa0b3 commit d2dad2c
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-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
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 d2dad2c

Please sign in to comment.