From ab5536f5fe702947f757a2c34b9a6854d70b07b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20B=C3=A4r?= Date: Tue, 6 Feb 2024 17:37:02 +0000 Subject: [PATCH] Add `will-change` property to Transitions & Animation group (#353) Closes #351 --- .changeset/pretty-tigers-think.md | 5 +++++ groups.js | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/pretty-tigers-think.md diff --git a/.changeset/pretty-tigers-think.md b/.changeset/pretty-tigers-think.md new file mode 100644 index 0000000..34a3b75 --- /dev/null +++ b/.changeset/pretty-tigers-think.md @@ -0,0 +1,5 @@ +--- +'stylelint-config-recess-order': minor +--- + +Add `will-change` property to the Transitions & Animation group. diff --git a/groups.js b/groups.js index 0eeb28f..187ca9c 100644 --- a/groups.js +++ b/groups.js @@ -431,6 +431,7 @@ const propertyGroups = [ 'animation-delay', 'animation-iteration-count', 'animation-direction', + 'will-change', ], }, ]