mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-22 07:54:11 -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-blend-mode
|
||||
- color
|
||||
- text-fill
|
||||
- -webkit-text-fill-color
|
||||
- -webkit-text-stroke
|
||||
- -webkit-text-stroke-width
|
||||
- -webkit-text-stroke-color
|
||||
- font
|
||||
- font-family
|
||||
- src
|
||||
|
|
Loading…
Reference in a new issue