csstools/stylelint-use-logical

Don't enforce inline-start and inline-end for float values

felixranesberger opened this issue · 2 comments

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