AndyOGo / stylelint-declaration-strict-value

Specify properties for which a variable, function, keyword or value must be used.
MIT License
134 stars 10 forks source link

Autofix should support error if not handled #251

Closed devTeaa closed 2 years ago

devTeaa commented 2 years ago

Hi currently if I create a autofix func and doesn't handle a value (for ex: color: blue), I would like to have an option to throw error that the value blue is not fixable from the function, I have tried implementing one here #250, sorry for not raising issue beforehand

reference:

AndyOGo commented 2 years ago

@devTeaa Thank you very much for the issue. It's released with v1.9.0

devTeaa commented 2 years ago

Thanks a lot @AndyOGo