Skip to content

Commit

Permalink
Add perspective-* properties (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning authored Feb 7, 2024
1 parent 39daf30 commit ea69a74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/pretty-needles-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'stylelint-config-recess-order': minor
---

Add `perspective-*` properties

- [`perspective`](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective)
- [`perspective-origin`](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective-origin)
2 changes: 2 additions & 0 deletions groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ const propertyGroups = [
'rotate',
'scale',
'translate',
'perspective',
'perspective-origin',
'animation',
'animation-name',
'animation-duration',
Expand Down

0 comments on commit ea69a74

Please sign in to comment.