xojs / stylelint-config-xo

Stylelint shareable config for XO
MIT License
42 stars 6 forks source link

Add `stylelint-use-logical` #8

Open fregante opened 4 years ago

fregante commented 4 years ago

Physical dimensions and directions are described left to right and top to bottom, while their logical counterparts are described start to end and inline or block.

https://github.com/csstools/stylelint-use-logical

sindresorhus commented 4 years ago

Doesn't look like that plugin is actively maintained anymore and it seems a bit buggy: https://github.com/csstools/stylelint-use-logical/issues/1

Jordan-Hall commented 3 years ago

@sindresorhus I've taken on the code and started fixing to full specs https://github.com/Jordan-Hall/stylelint-use-logical-spec

Jordan-Hall commented 3 years ago

Now fully supported and all bugs on that branch has been fixed.

fregante commented 2 years ago

Worth adding it here now? ☺️

fregante commented 1 year ago

@Jordan-Hall can you send a PR here? However it should probably exclude simple properties like width and height as a start. inline-size and block-size aren't quite as clear.