@rayb to WebDevEnglish • 1 year agoAre you ready for the new era of CSS? All browsers now support native CSS nesting!twitter.commessage-square8arrow-up131arrow-down10
arrow-up131arrow-down1external-linkAre you ready for the new era of CSS? All browsers now support native CSS nesting!twitter.com@rayb to WebDevEnglish • 1 year agomessage-square8
minus-square@schmallslinkEnglish6•1 year agoOne step closer to being able to use native css entirely. The scoped css would be nice to keep from having to compile components with random identifiers as properties.
One step closer to being able to use native css entirely. The scoped css would be nice to keep from having to compile components with random identifiers as properties.
Scoped CSS can be “emulated” with parent classes…