Skip to content

Commit f18fa27

Browse files
committed
Update README
1 parent 55eff05 commit f18fa27

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

readme.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ By default the plugin uses the `borderColor` and `borderWidth` properties from y
5252
```
5353

5454
```css
55-
.text-fill-transparent { text-fill-color: transparent }
56-
.text-fill-black { text-fill-color: #000 }
57-
.text-fill-white { text-fill-color: #fff }
58-
.text-fill { text-fill-color: #e0e0e0 }
59-
60-
.text-stroke-transparent { text-stroke-color: transparent }
61-
.text-stroke-black { text-stroke-color: #000 }
62-
.text-stroke-white { text-stroke-color: #fff }
63-
.text-stroke { text-stroke-color: #e0e0e0 }
64-
65-
.text-stroke-0 { text-stroke-width: 0 }
66-
.text-stroke-2 { text-stroke-width: 2px }
67-
.text-stroke-4 { text-stroke-width: 4px }
68-
.text-stroke-8 { text-stroke-width: 8px }
69-
.text-stroke { text-stroke-width: 1px }
55+
.text-fill-transparent { -webkit-text-fill-color: transparent }
56+
.text-fill-black { -webkit-text-fill-color: #000 }
57+
.text-fill-white { -webkit-text-fill-color: #fff }
58+
.text-fill { -webkit-text-fill-color: #e0e0e0 }
59+
60+
.text-stroke-transparent { -webkit-text-stroke-color: transparent }
61+
.text-stroke-black { -webkit-text-stroke-color: #000 }
62+
.text-stroke-white { -webkit-text-stroke-color: #fff }
63+
.text-stroke { -webkit-text-stroke-color: #e0e0e0 }
64+
65+
.text-stroke-0 { -webkit-text-stroke-width: 0 }
66+
.text-stroke-2 { -webkit-text-stroke-width: 2px }
67+
.text-stroke-4 { -webkit-text-stroke-width: 4px }
68+
.text-stroke-8 { -webkit-text-stroke-width: 8px }
69+
.text-stroke { -webkit-text-stroke-width: 1px }
7070

7171
.paint-fsm { paint-order: fill stroke markers }
7272
.paint-fms { paint-order: fill markers stroke }
@@ -76,21 +76,21 @@ By default the plugin uses the `borderColor` and `borderWidth` properties from y
7676
.paint-msf { paint-order: markers stroke fill }
7777

7878
@media (min-width: 640px) {
79-
.sm\:text-fill-transparent { text-fill-color: transparent }
80-
.sm\:text-fill-black { text-fill-color: #000 }
81-
.sm\:text-fill-white { text-fill-color: #fff }
82-
.sm\:text-fill { text-fill-color: #e0e0e0 }
83-
84-
.sm\:text-stroke-transparent { text-stroke-color: transparent }
85-
.sm\:text-stroke-black { text-stroke-color: #000 }
86-
.sm\:text-stroke-white { text-stroke-color: #fff }
87-
.sm\:text-stroke { text-stroke-color: #e0e0e0 }
88-
89-
.sm\:text-stroke-0 { text-stroke-width: 0 }
90-
.sm\:text-stroke-2 { text-stroke-width: 2px }
91-
.sm\:text-stroke-4 { text-stroke-width: 4px }
92-
.sm\:text-stroke-8 { text-stroke-width: 8px }
93-
.sm\:text-stroke { text-stroke-width: 1px }
79+
.sm\:text-fill-transparent { -webkit-text-fill-color: transparent }
80+
.sm\:text-fill-black { -webkit-text-fill-color: #000 }
81+
.sm\:text-fill-white { -webkit-text-fill-color: #fff }
82+
.sm\:text-fill { -webkit-text-fill-color: #e0e0e0 }
83+
84+
.sm\:text-stroke-transparent { -webkit-text-stroke-color: transparent }
85+
.sm\:text-stroke-black { -webkit-text-stroke-color: #000 }
86+
.sm\:text-stroke-white { -webkit-text-stroke-color: #fff }
87+
.sm\:text-stroke { -webkit-text-stroke-color: #e0e0e0 }
88+
89+
.sm\:text-stroke-0 { -webkit-text-stroke-width: 0 }
90+
.sm\:text-stroke-2 { -webkit-text-stroke-width: 2px }
91+
.sm\:text-stroke-4 { -webkit-text-stroke-width: 4px }
92+
.sm\:text-stroke-8 { -webkit-text-stroke-width: 8px }
93+
.sm\:text-stroke { -webkit-text-stroke-width: 1px }
9494

9595
.sm\:paint-fsm { paint-order: fill stroke markers }
9696
.sm\:paint-fms { paint-order: fill markers stroke }

0 commit comments

Comments
 (0)