I'm new to Stylelint and I see that it has a rule to identify unknown CSS units.
I can't find a rule that warns about the use of unknown values.
for example:
align-items: wrongValue;
See attached Screenshoot that shows Stylint warns me about wrong CSS unit type but not on wrong CSS value
Does Stylelint have such a rule?
If not, what can I do to prevent these potential errors?