stylelint-config-recess-order
Advanced tools
Changelog
4.0.0 — 2023-02-14
Upgrade stylelint-order
to v6 c734150
stylelint-order
dropped support for Node v12 and v14. A peerDependency of Stylelint at v15 has also been updated to match.
Changelog
3.0.0 — 2021-11-11
stylelint-order
to v5 #272
stylelint-order
's minimum supported version of Stylelint is now >=14; the
peerDependencies of this config have been updated to match.Changelog
2.6.0 — 2021-11-09
@font-face
–specific properties #271
src
and other properties
pertaining to display and metrics added to the typography group
following the list properties.
Also adds the font-variation-settings
and font-optical-sizing
OpenType properties.aspect-ratio
and logical properties #257
CSS Logical Properties control layout based on the writing mode.
Thanks @4dr1en!Changelog
2.4.0 — 2021-04-19
text-decoration-*
and text-underline-*
properties #224
Order based on the Text Decoration shorthand specoverscroll-behavior
properties #229font-variant-*
and related properties #228
Order based on font-variant
shorthand spec order.<a name="2.3.0"></a>
Changelog
2.2.0 — 2020-10-17
Add place-items
property #193
Thanks @sergiofontes!
Shorthand for the align-items
and justify-items
properties.
<a name="2.1.0"></a>
Changelog
2.1.0 — 2020-07-31
Add unprefixed gap
properties #166
These are added outside of the other grid
properties, since it is
now used in flex
contexts as well, but directly after grid-gap
for better backwards-compatibility.
See MDN Web Docs for reference.
<a name="2.0.4"></a>