Skip to content

Commit

Permalink
🎁 Add font-variant-* and related properties (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning authored Apr 20, 2021
1 parent cff2df0 commit d15c500
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/rich-taxis-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'stylelint-config-recess-order': minor
---

🎁 Add `font-variant-*` and related properties
Order based on [`font-variant` shorthand spec](https://www.w3.org/TR/css-fonts-3/#propdef-font-variant) order.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,15 @@ module.exports = {
'font-size',
'font-style',
'font-weight',
'font-feature-settings',
'font-kerning',
'font-variant',
'font-variant-ligatures',
'font-variant-caps',
'font-variant-alternates',
'font-variant-numeric',
'font-variant-east-asian',
'font-variant-position',
'font-size-adjust',
'font-stretch',
'font-effect',
Expand Down

0 comments on commit d15c500

Please sign in to comment.