We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some cases where it's necessary to include a unit for 0 values of certain properties, for the sake of compatibility with buggy browsers (e.g. flex for IE10-11 per https://github.com/philipwalton/flexbugs/blob/master/README.md#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored ). It would therefore be nice if the ZeroUnit linter had a config option which was a list of properties to exempt from the unitless-zeros requirement.
0
flex
ZeroUnit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are some cases where it's necessary to include a unit for
0
values of certain properties, for the sake of compatibility with buggy browsers (e.g.flex
for IE10-11 per https://github.com/philipwalton/flexbugs/blob/master/README.md#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored ). It would therefore be nice if theZeroUnit
linter had a config option which was a list of properties to exempt from the unitless-zeros requirement.The text was updated successfully, but these errors were encountered: