HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ess3

no profile record

comments

ess3
·3 वर्ष पहले·discuss
Indeed. It’s really a bummer that “frontend engineer” has more become synonymous with “react engineer”.
ess3
·3 वर्ष पहले·discuss
I’m still looking for a lightweight solution (no react etc) that lets me write normal CSS but scoping it to an arbitrary part of my HTML tree. Most of the time I’ll be working in a partial where I know what generic names such as .container refers to And I don’t want to bother with coming up with unique names.

The best I can think of is to use descendant selectors but that increases the specificity and is hard to maintain imo.

Excited to see what the @scope feature draft can bring to this