Skip to content

Commit

Permalink
Add will-change property to Transitions & Animation group (#353)
Browse files Browse the repository at this point in the history
Closes #351
  • Loading branch information
connor-baer authored Feb 6, 2024
1 parent f6639e4 commit ab5536f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-tigers-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'stylelint-config-recess-order': minor
---

Add `will-change` property to the Transitions & Animation group.
1 change: 1 addition & 0 deletions groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ const propertyGroups = [
'animation-delay',
'animation-iteration-count',
'animation-direction',
'will-change',
],
},
]
Expand Down

0 comments on commit ab5536f

Please sign in to comment.