@@ -52,21 +52,21 @@ By default the plugin uses the `borderColor` and `borderWidth` properties from y
52
52
```
53
53
54
54
``` 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 }
70
70
71
71
.paint-fsm { paint-order : fill stroke markers }
72
72
.paint-fms { paint-order : fill markers stroke }
@@ -76,21 +76,21 @@ By default the plugin uses the `borderColor` and `borderWidth` properties from y
76
76
.paint-msf { paint-order : markers stroke fill }
77
77
78
78
@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 }
94
94
95
95
.sm\: paint-fsm { paint-order : fill stroke markers }
96
96
.sm\: paint-fms { paint-order : fill markers stroke }
0 commit comments