mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Add text-stroke properties and remove the text-fill property as it doesn't work
This commit is contained in:
parent
3652048af5
commit
558501a1a7
1 changed files with 3 additions and 1 deletions
|
@ -270,8 +270,10 @@ rules:
|
||||||
- background-attachment
|
- background-attachment
|
||||||
- background-blend-mode
|
- background-blend-mode
|
||||||
- color
|
- color
|
||||||
- text-fill
|
|
||||||
- -webkit-text-fill-color
|
- -webkit-text-fill-color
|
||||||
|
- -webkit-text-stroke
|
||||||
|
- -webkit-text-stroke-width
|
||||||
|
- -webkit-text-stroke-color
|
||||||
- font
|
- font
|
||||||
- font-family
|
- font-family
|
||||||
- src
|
- src
|
||||||
|
|
Loading…
Reference in a new issue