stormwarning / stylelint-config-recess-order

🗂️ Recess-based property sort order for Stylelint.
ISC License
354 stars 22 forks source link

Fix `block-size` property support #346

Closed azat-io closed 12 months ago

azat-io commented 1 year ago

Added block-size, min-block-size and max-block-size properties.

Also removed duplicated inline-size, min-inline-size and max-inline-size (see line 102).

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 982a43e48837edcbe9a58861b42567e9186379df

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------------------- | ----- | | stylelint-config-recess-order | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

azat-io commented 1 year ago

Currently, the config simply doesn't take the block-size property into account.

Screen Recording 2023-08-30 at 3 21 44 PM

stormwarning commented 1 year ago

Apologies, I've had some work to clean some of these logical property issues up on another branch that I haven't had time to finish up 😓 Will try to get a release out soon to fix this up.