Hello,
When using Stylelint's keyframes-name-pattern rule, I am encountering a conflict with the following error from css-modules-kit:
"css-modules-kit does not support invalid names as JavaScript identifiers"
I would like to know if there is a way to disable or configure this check in css-modules-kit. I haven't been able to find any related options in the documentation, but I might have overlooked something.
Hello,
When using Stylelint's keyframes-name-pattern rule, I am encountering a conflict with the following error from css-modules-kit:
"css-modules-kit does not support invalid names as JavaScript identifiers"
I would like to know if there is a way to disable or configure this check in css-modules-kit. I haven't been able to find any related options in the documentation, but I might have overlooked something.