Are there any advantages of SASS over LESS? [closed]
Closed 9 years ago.
Using less selector :not() in a :hover
<div class=”row selectable”> <div class=”col-sm-1 notSelectable”> First line with a delete button </div> <div class=”col-sm-11″> The content that should be highlighted on hover </div> </div> I want to be able to make a whole line of a list highligted except for the columns that are marked with a special class. The .less code I’m trying […]
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.