Closed Anthony-Gaudino closed 2 years ago
Hi,
for the case issue, please see https://github.com/pascalduez/stylelint-config-css-modules/issues/7.
It's not in the scope of this preset to enforce this, it's a per project style decision, it's not only targeted at modules.
CSS modules should be in camelCase
CSS modules does not enforce camelCase.
I think this may not be working at all, since in VSCode it says that the @value is an Unknown at rule.
It's working well (see tests). Probably check your VSCode config to make sure it uses the proper config.
But we installed it to fix that issue @pascalduez.
After installing and setting up the
extends
inPackage.json
:Stylelint complains that class names are not in
kebab-case
even though CSS modules should be in camelCase.I think this may not be working at all, since in VSCode it says that the
@value
is anUnknown at rule
.