Sometimes I feel like I am behind with CSS. I have not used LESS or SASS or any others on any production application that I work on. It's usually Bootstrap and then custom CSS to override. I have messed around and learned the basics of LESS/SASS but nothing beyond that. Am I behind?
Why not start slowly by utilizing Bootstrap SASS + your custom css as SASS?
Re: Front-end Development Tooling Survey
#11Because it is more simple to just use the prebuilt (no need to convert to css, no build tools), because browsers already cache the prebuilt? Because CDNs already have the prebuilt version. Because changing the version is about 1 character change in your own code. Because for whatever reason, some SASS stuff are not backward compatible. And most importantly none of the end users cares about it.