Sass (SCSS syntax)
Likes 0
Name | Sass (SCSS syntax) |
---|---|
Sito web | sass-lang.com |
Latest version | 3.4.19 |
Data di rilascio | 2015-10-10 |
Development language | Ruby |
Caratteristiche | |
Variables | Sì |
Mixins | Sì |
Conditionals | Sì |
Get image dimensions | - |
Color manipulation | Sì |
Dark/light color detection | - |
Nesting | Sì |
Additional | |
Syntax sample | SCSS syntax:
$mycolor:black; #header { color: $mycolor; .navigation { font-size: 12px; } .logo { width: 300px; } } |
User reviews and comments