3 comments

[ 15.2 ms ] story [ 39.4 ms ] thread
A compromise for people who are intrigued by Tailwind's Locality of Behavior but don't want the insane bulk of the CDN or build step-- and want to still write pure vanilla CSS.

Write <style> inline and automatically have it scoped to that element. No more writing individual class/id's.

Been really wanting to transition back to plain CSS for everything moving forward. I miss the ultra-fast "inspect, play with styles, copy/paste into project" workflow that this re-enables.

BTW: Totally unheard of CSS feature you get for free: Scoped inline @keyframes for looped animations!

this is just shadowDOM with extra steps