Github
SASS Stars - 4933
LESS Stars - 11499
SASS
LESS
SCSS
LESS
CSS
LESS
CSS
LESS
SASS: $variable
LESS: @variable
CSS
LESS
LESS http://lesscss.org
npm install -g less
SASS / SCSS http://sass-lang.com/
gem install sass
gem install scss
[role="main"] {
aside,
#specific-article,
.article-series
{
h2 {
font-size: 2.4em;
margin-bottom: 1em;
}
}
}LESS / SCSS
[role="main"] :matches(aside, #specific-article,
.article-series) h2 {
font-size: 2.4em;
margin-bottom: 1em;
}CSS4
remember
LESS IS MORE