SCSS is a stylesheet language created in 2006 by Hampton Lintorn-Catlin.
#859on PLDB | 17Years Old | 201Users |
2Books | 0Papers | 335kRepos |
body:before {
content: "Hello, world!";
}
body::before {
content: "Hello World";
}
$blue: #3bbfce;
$margin: 16px;
.content-navigation {
border-color: $blue;
color:
darken($blue, 9%);
}
.border {
padding: $margin / 2;
margin: $margin / 2;
border-color: $blue;
}
Feature | Supported | Token | Example |
---|---|---|---|
Strings | ✓ | " | "Hello world" |
Comments | ✓ | // A comment |
|
MultiLine Comments | ✓ | /* */ | /* A comment */ |
Line Comments | ✓ | // | // A comment |
Semantic Indentation | ✓ |
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 |