We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An interesting idea came up today to leverage CSS Houdini to enable a native CSS API like this:
div { box-shadow: paint(smooth, 100, 0.5, 0.5); }
I welcome anyone that is interested to take a stab at this.
The text was updated successfully, but these errors were encountered:
https://houdini.how/ https://css-tricks.com/simulating-drop-shadows-with-the-css-paint-api/
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: