Skip to content

Commit 293c244

Browse files
authored
Add font palette properties (#429)
1 parent 6701f82 commit 293c244

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.changeset/proud-masks-run.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'stylelint-config-recess-order': minor
3+
---
4+
5+
Add font palette properties
6+
7+
- [`base-palette`](https://developer.mozilla.org/en-US/docs/Web/CSS/base-palette)
8+
- [`override-colors`](https://developer.mozilla.org/en-US/docs/Web/CSS/override-colors)
9+
- [`font-palette`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-palette)

groups.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ const propertyGroups = [
301301
*/
302302
{
303303
properties: [
304+
'base-palette',
305+
'override-colors',
306+
'font-palette',
304307
'color',
305308
'-webkit-text-fill-color',
306309
'-webkit-text-stroke',

0 commit comments

Comments
 (0)