stylelint-config-recess-order
Advanced tools
Changelog
5.1.0
Add properties related to multi-line truncation (#373)
Thanks @toFrankie!
-webkit-box-orient
-webkit-line-clamp
line-clamp
Add paged media properties (#378)
Add -webkit-text-fill-
and -stroke-*
properties (#373)
Thanks @toFrankie!
Add scroll-*
and scrollbar-*
properties (#376)
Remove legacy -ms-text-overflow
property (#373)
Thanks @toFrankie!
This was useful for IE8; can be autoprefixed if required.
Changelog
5.0.0
Changelog
4.5.0
will-change
property to the Transitions & Animation group (#353)Changelog
4.4.0 — 2023-11-19
Add Masking properties #349
mask-border
and related longhand propertiesmask
and related longhand propertiesmask
was previously included within some SVG-specific properties — it’s been moved above those and below border & outline properties.
mask-border
properties are sorted above mask
to highlight the fact that mask
will reset mask-border
to its initial value (as per W3C spec). I’m not familiar with these properties; if this order is problematic in practice, please file an issue!
Changelog
4.2.0 — 2023-06-06
Add Basic User Interface properties #341
Also adds new/missing properties color-scheme
and counter-set
.