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