Writing
freeCodeCamp·Apr 2019·8 min read

Why You Should Stop Writing CSS in “CSS”

Variables, nesting, arithmetic, minification. What preprocessors give you over vanilla CSS, and why a small syntax shift pays off across a real codebase.

Variables, nesting, arithmetic, minification. What preprocessors give you over vanilla CSS, and why a small syntax shift pays off across a real codebase.

This piece is published with freeCodeCamp.

Read the full article on freeCodeCamp