Enjoy 20% off all plans by following us on social media. Check out other promotions!
Quiz Questions

Describe what you like and dislike about the CSS preprocessors you have used.

Topics
CSS
Edit on GitHub

Likes

Dislikes

  • Sass relies on node-sass, which is a binding for LibSass written in C++. The library has to be recompiled frequently when switching between Node.js versions.
  • In Less, variable names are prefixed with @, which can be confused with native CSS keywords like @media, @import and @font-face rule.
Edit on GitHub