eslint-plugin-css-modules icon indicating copy to clipboard operation
eslint-plugin-css-modules copied to clipboard

Support animation names

Open yuhsianw opened this issue 2 years ago • 0 comments

https://github.com/atfzl/eslint-plugin-css-modules/issues/49

Per CSS Modules Spec, animation names like @keyframes animationName should be supported:

A CSS Module is a CSS file in which all class names and animation names are scoped locally by default.

yuhsianw avatar Sep 28 '23 21:09 yuhsianw