stylelint-declaration-block-no-ignored-properties icon indicating copy to clipboard operation
stylelint-declaration-block-no-ignored-properties copied to clipboard

Logical properties support

Open certainlyakey opened this issue 3 years ago • 1 comments

Hi and thanks for a great plugin! It would be good to add support for property combinations that include logical properties. Eg right now this combination is reported as a problem:

display: inline;
width: 74px;

However, this is not reported:

display: inline;
inline-size: 74px;

I use stylelint-declaration-block-no-ignored-properties v2.5 with stylelint 14.5.3 and postcss 8.4.8.

certainlyakey avatar Mar 15 '22 14:03 certainlyakey

@certainlyakey Thanks for reporting this! Would you be able to contribute a fix for it?

kristerkari avatar Apr 08 '22 09:04 kristerkari

Fixed in #82, releasing a new version soon.

kristerkari avatar Oct 21 '22 13:10 kristerkari