Skip to content

Commit

Permalink
🎁 Add overscroll-behavior properties (#229)
Browse files Browse the repository at this point in the history
Closes #141
  • Loading branch information
stormwarning committed Apr 20, 2021
1 parent 4877ea7 commit aa75649
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-colts-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'stylelint-config-recess-order': minor
---

🎁 Add `overscroll-behavior` properties
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ module.exports = {
'-ms-overflow-x',
'-ms-overflow-y',
'-ms-overflow-style',
'overscroll-behavior',
'overscroll-behavior-x',
'overscroll-behavior-y',
'overscroll-behavior-inline',
'overscroll-behavior-block',
'clip',
'clip-path',
'clear',
Expand Down

0 comments on commit aa75649

Please sign in to comment.