OSP123 / post-grad-curriculum

A curriculum for additional learning for those graduating from the university-based coding programs.
91 stars 38 forks source link

CSS Preprocessors #37

Open OSP123 opened 7 years ago

OSP123 commented 7 years ago

Going to go with LESS and SASS (with SCSS).

oshalygin commented 7 years ago

consider PostCSS, its the future. SASS and LESS are becoming less and less mainstream with all the bloat and footguns.

OSP123 commented 7 years ago

I was actually wondering about this. I used to use SASS at last company, but that was Rails. Is PostCSS the new things being used nowadays?

oshalygin commented 7 years ago

Yeah PostCSS gives you the modularity that you need. Most people don't need all of the features from SASS but they do like certain things like variables and nesting. PostCSS gives you the ability to plug and play without bringing in a whole beast.

It's more or less become the defacto standard on modern React applications. That said, you'll find differing opinions :)

https://github.com/postcss/postcss

OSP123 commented 7 years ago

Nice, appreciate the input :). I'll take a look at it and then probably do a combo of the three, emphasizing postcss for React and what you mentioned.

OSP123 commented 5 years ago

Going to try and implement this: https://blog.logrocket.com/getting-started-with-postcss-in-2019-484262a4d725