diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-29 15:19:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-29 15:19:45 +0200 |
commit | fa1e07ca546c26f30b03be7a4822d771861d5a7a (patch) | |
tree | 49bc1cb373dceafd7501a231be6c2ccc2338d00d /client/.stylelintrc.json | |
parent | 24893b524c47b8f89090192aa38126352a952808 (diff) | |
download | PeerTube-fa1e07ca546c26f30b03be7a4822d771861d5a7a.tar.gz PeerTube-fa1e07ca546c26f30b03be7a4822d771861d5a7a.tar.zst PeerTube-fa1e07ca546c26f30b03be7a4822d771861d5a7a.zip |
Fix player icons on chrome
Diffstat (limited to 'client/.stylelintrc.json')
-rw-r--r-- | client/.stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json index 6a322da62..3b6a465e1 100644 --- a/client/.stylelintrc.json +++ b/client/.stylelintrc.json | |||
@@ -28,7 +28,7 @@ | |||
28 | "property-no-vendor-prefix": [ | 28 | "property-no-vendor-prefix": [ |
29 | true, | 29 | true, |
30 | { | 30 | { |
31 | "ignoreProperties": [ "mask-image" ] | 31 | "ignoreProperties": [ "mask-image", "mask-size" ] |
32 | } | 32 | } |
33 | ] | 33 | ] |
34 | } | 34 | } |