Don't enforce inline-start and inline-end for float values
felixranesberger opened this issue · 2 comments
felixranesberger commented
When using float: left;
or float: right;
Stylelint throws the following error:
Unexpected "left" value in "float" property. Use "inline-start". csstools/use-logical
Unexpected "right" value in "float" property. Use "inline-end". csstools/use-logical
This is an issue, because currently only Firefox supports inline-start
and inline-end
in combination with the float property.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/float?retiredLocale=de#browser_compatibility