Skip to content

Commit

Permalink
🎁 Add place-content and place-self properties (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkygames123 authored Aug 15, 2021
1 parent 76f851e commit 40bb724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-socks-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'stylelint-config-recess-order': minor
---

🎁 Add `place-content` and `place-self` properties
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ module.exports = {
{
// Layout alignment.
properties: [
'place-content',
'place-items',
'place-self',
'align-content',
'align-items',
'align-self',
Expand Down

0 comments on commit 40bb724

Please sign in to comment.