Lotechnica

Technical writings by Nathan Shafer

Articles with the css tag

Prefix normalize.css or sanitize.css before gulp-sass

A pretty common setup for front-end design work is to use Sass to compile .scss files into a single .css file. It's also pretty common to use a CSS Reset, such as normalize.css or sanitize.css, to reset your CSS to a common base. For that CSS Reset to … Read more