Starting with Sass

Timothy Robards
ITNEXT
Published in
11 min readDec 8, 2018

--

You’ve likely heard of CSS preprocessors before, be it Sass, LESS, or Stylus — and they’re all fantastic tools to maintain your CSS, especially when working with large codebases. For the uninitiated:

A CSS preprocessor is a program that lets you generate CSS from the preprocessor’s own unique syntax. There are many CSS preprocessors to choose from, however most CSS preprocessors will add some features that don’t exist in pure…

--

--