From 82a2c7a06f6325fb18b4fba02867d6448a813049 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 6 Feb 2024 10:44:47 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ca78ff..df68278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Minor Changes - Add `will-change` property to the Transitions & Animation group. ([#353](https://github.com/stormwarning/stylelint-config-recess-order/pull/353)) + Thanks [@connor-baer](https://github.com/connor-baer)! ## 4.4.0 — 2023-11-19 @@ -17,7 +18,7 @@ `mask` 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](https://drafts.fxtf.org/css-masking/#the-mask)). I’m not familiar with this properties; if this order is problematic in practice, please file an issue! + `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](https://drafts.fxtf.org/css-masking/#the-mask)). I’m not familiar with these properties; if this order is problematic in practice, please file an issue! ### Patch Changes