SCSS is a stylesheet language created in 2006 by Hampton Catlin.
#616on PLDB | 16Years Old | 201.0Users |
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 | Example | Token |
---|---|---|---|
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 |