Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

SCSS

SCSS - Stylesheet language

< >

SCSS is a stylesheet language created in 2006 by Hampton Lintorn-Catlin.

#859on PLDB 17Years Old 201Users
2Books 0Papers 335kRepos

Try now: Web · Riju


Example from Riju:
body:before { content: "Hello, world!"; }
Example from hello-world:
body::before { content: "Hello World"; }
Example from Linguist:
$blue: #3bbfce; $margin: 16px; .content-navigation { border-color: $blue; color: darken($blue, 9%); } .border { padding: $margin / 2; margin: $margin / 2; border-color: $blue; }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Comments ✓
// A comment
MultiLine Comments ✓ /* */
/* A comment
*/
Line Comments ✓ //
// A comment
Semantic Indentation ✓

Books about SCSS on goodreads

title author year reviews ratings rating
Advances in Systems, Computing Sciences and Software Engineering: Proceedings of Scss 2005 Tarek Sobh 2006 0 0 0.0
Advances in Systems, Computing Sciences and Software Engineering: Proceedings of Scss 2005 Tarek Sobh 2006 0 0 0.0
ssi.html · scss.html · smallbasic.html

View source

- Build the next great programming language · Search · Day 214 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com