Frontend Development Basics: How to Save Time with SASS/SCSS

Written by m2990 | Published 2020/04/05
Tech Story Tags: smacss | frontend | front-end-development | web-development | coding | flexbox | scss | css3

TLDR Preprocessors for CSS are a controller/scripting way to think about your CSS using SASS/SCSS. The preprocessor will read your SASS code and write (or compile) your code to common CSS. This is great as it lets you organize your CSS while still keeping the http call to one connection when loading your styles. Preprocessor is much like the Back End of a server but this one is for our CSS. It lets us to organize our code importing snippets of written CSS with a SASS file.via the TL;DR App

no story

Published by HackerNoon on 2020/04/05