Hacker News new | ask | show | jobs
by Illniyar 3493 days ago
SCSS (and to a lesser degree LESS) are basically industry standard now, if you are using react, you are almost certainly using one of the two preprocessors.

I don't think your complaint is relevant here, especially since you provide no solution.

It bothers me that this reply is at the top of the comments.

2 comments

The argument about inline styles is valid, in my opinion. I've had to fork and keep updating from upstream several react components for the exact same reason.
But it's not relevant to the article, since as they don't use inline styles.
I don't really see much of a need for preprocessors w/ css modules, post css, css in js, etc. It seems like preprocessors are becoming less popular, not more.
Looks like their (at least node-sass) popularity is growing: https://npm-stat.com/charts.html?package=node-sass&from=2015...

I use libsass and postcss combined and pretty happy about it.