From 558501a1a7f4d456614282260dc35b3e234c254c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 11 May 2022 18:15:37 -0400 Subject: [PATCH] Add text-stroke properties and remove the text-fill property as it doesn't work --- sass-lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sass-lint.yml b/sass-lint.yml index 650a98f..71f3890 100644 --- a/sass-lint.yml +++ b/sass-lint.yml @@ -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