Skip to content

Commit

Permalink
🎁 Add inset* properties (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff <[email protected]>
  • Loading branch information
xeho91 and stormwarning authored Aug 15, 2021
1 parent 1f4649a commit a8da2ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/fuzzy-peaches-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'stylelint-config-recess-order': minor
---

🎁 Add `inset-*` properties

Fixes #241
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
// Position.
properties: [
'position',
'inset',
'inset-block',
'inset-inline',
'top',
'right',
'bottom',
Expand Down

0 comments on commit a8da2ff

Please sign in to comment.