An interesting idea came up today to leverage [CSS Houdini](https://developer.mozilla.org/en-US/docs/Web/Guide/Houdini) to enable a native CSS API like this: ```css div { box-shadow: paint(smooth, 100, 0.5, 0.5); } ``` I welcome anyone that is interested to take a stab at this.
An interesting idea came up today to leverage CSS Houdini to enable a native CSS API like this:
I welcome anyone that is interested to take a stab at this.