mui / pigment-css

Pigment CSS is a zero-runtime CSS-in-JS library that extracts the colocated styles to their own CSS files at build time.
MIT License
389 stars 18 forks source link

stylelint support css API #104

Closed oliviertassinari closed 4 weeks ago

oliviertassinari commented 1 month ago

Summary

https://github.com/hudochenkov/postcss-styled-syntax/issues/17, linting for this API https://github.com/mui/pigment-css?tab=readme-ov-file#creating-animation-keyframes

Examples

No response

Motivation

No response

Search keywords: -

brijeshb42 commented 1 month ago

What's the ask exactly? To allow keyframes call to be linted through stylelint ?

oliviertassinari commented 4 weeks ago

My bad, it already works. I got confused:

SCR-20240527-uktu

I wanted to make things like https://github.com/nkzw-tech/athena-crisis/blob/4eeddfc7e50faf67f46f95fbbabb0fc7b381bd5b/hera/character/Portrait.tsx#L97 work.