Languages Features Creators Calendar CSV Resources Blog About Pricing Add Language
GitHub icon

Sass

Sass - Stylesheet language

< >

Sass, aka syntactically awesome stylesheets, is a stylesheet language created in 2006 by Hampton Lintorn-Catlin.

#258on PLDB 17Years Old 3.2kUsers
7Books 1Papers 9kRepos

Try now: Riju

Sass (syntactically awesome stylesheets) is a style sheet language initially designed by Hampton Catlin and developed by Natalie Weizenbaum. After its initial versions, Weizenbaum and Chris Eppstein continued to extend Sass with SassScript, a simple scripting language used in Sass files. Sass is a scripting language that is interpreted or compiled into Cascading Style Sheets (CSS). Read more on Wikipedia...


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
Example from Wikipedia:
.error, .badError { border: 1px #f00; background: #fdd; } .error.intrusion, .badError.intrusion { font-size: 1.3em; font-weight: bold; } .badError { border-width: 3px; }

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Semantic Indentation ✓

Books about Sass from ISBNdb

title authors year publisher
Sass and Compass for Designers Frain, Ben 2013 Packt Publishing
Mastering Sass Watts, Luke 2016 Packt Publishing
Sass and Compass for Designers (Community Experience Distilled) Frain, Ben 2013 Packt Publishing
Sass and Compass Designer's Cookbook Jobsen, Bass 2016 Packt Publishing
Jump Start Sass Hugo Giraudel; Miriam Suzanne 20160324 O'Reilly Media, Inc.
Jump Start Sass Hugo Giraudel 20160324 O'Reilly Media, Inc.
Instant SASS CSS How-to Alex Libby 20130222 Packt Publishing

Publications about Sass from Semantic Scholar

title authors year citations influentialCitations
Applying Stylus, Less, and Sass A. Mardan 2014 1 0
axiom.html · sass.html · factor.html

View source

- Build the next great programming language · Search · v2023 · Day 205 · Docs · Acknowledgements · Traffic · Traffic Today · Mirrors · GitHub · feedback@pldb.com