Questions tagged [less]

For questions about LESS, the CSS preprocessor

3 questions
38
votes
3 answers

Are there any advantages of SASS over LESS?

I'm trying to do research on these css preprocessors. Are there any advantages of using sass over less as a css preprocessor? Factors that i'm looking for include community size, software project maturity, etc. I know there was another question…
chrisjlee
  • 2,060
  • 4
  • 17
  • 19
34
votes
3 answers

What makes BEM better than using a nestable style sheet language like LESS?

A colleague of mine is heavily pushing the BEM (Block Element Modifier) method for the CSS in a project he's helming, and I just cannot comprehend what makes it better than the LESS CSS we've been writing for years. He claims "higher performance",…
coredumperror
  • 443
  • 1
  • 4
  • 5
1
vote
1 answer

create a themable website with less.js

I am working on a themable website, meaning the administrator can pick primary/secondary colors to customize the UI. The website is build in .net and the style rules are written in less.js. The current implementation uses a homemade webpack plugin…
Simon Bergot
  • 7,930
  • 3
  • 35
  • 54