Skip to content

Commit 7223b17

Browse files
Vivendumjuwain
authored andcommitted
Добавляет префиксы, перемещает св-ва шрифтов согласно сокращанию font (htmlacademy#29)
1 parent 6ce9f0b commit 7223b17

File tree

1 file changed

+65
-3
lines changed

1 file changed

+65
-3
lines changed

csscomb.json

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,32 +40,56 @@
4040
],
4141
[
4242
"display",
43+
"-webkit-box",
4344
"-webkit-flex",
44-
"-ms-flex",
45+
"-moz-box",
46+
"-ms-flexbox",
4547
"flex",
48+
"-webkit-box-flex",
4649
"-webkit-flex-grow",
50+
"-moz-box-flex",
51+
"-ms-flex-positive",
4752
"flex-grow",
4853
"-webkit-flex-shrink",
54+
"-ms-flex-negative",
4955
"flex-shrink",
5056
"-webkit-flex-basis",
57+
"-ms-flex-preferred-size",
5158
"flex-basis",
5259
"-webkit-flex-flow",
60+
"-ms-flex-flow",
5361
"flex-flow",
62+
"-webkit-box-orient",
63+
"-webkit-box-direction",
5464
"-webkit-flex-direction",
65+
"-moz-box-orient",
66+
"-moz-box-direction",
5567
"-ms-flex-direction",
5668
"flex-direction",
5769
"-webkit-flex-wrap",
70+
"-ms-flex-wrap",
5871
"flex-wrap",
72+
"-webkit-box-pack",
5973
"-webkit-justify-content",
74+
"-moz-box-pack",
75+
"-ms-flex-pack",
6076
"justify-content",
6177
"-webkit-align-content",
78+
"-ms-flex-line-pack",
6279
"align-content",
80+
"-webkit-box-align",
6381
"-webkit-align-items",
82+
"-moz-box-align",
83+
"-ms-flex-align",
6484
"align-items",
85+
"-webkit-box-ordinal-group",
6586
"-webkit-order",
87+
"-moz-box-ordinal-group",
6688
"-ms-flex-order",
6789
"order",
6890
"-webkit-align-self",
91+
"-ms-flex-item-align",
92+
"-ms-grid-row-align",
6993
"align-self",
7094
"float",
7195
"clear",
@@ -106,6 +130,8 @@
106130
"empty-cells",
107131
"caption-side",
108132
"font",
133+
"font-style",
134+
"font-variant",
109135
"font-weight",
110136
"font-size",
111137
"line-height",
@@ -115,9 +141,9 @@
115141
"direction",
116142
"color",
117143
"text-transform",
144+
"-webkit-text-decoration",
145+
"-moz-text-decoration",
118146
"text-decoration",
119-
"font-style",
120-
"font-variant",
121147
"font-size-adjust",
122148
"font-stretch",
123149
"font-effect",
@@ -132,9 +158,13 @@
132158
"letter-spacing",
133159
"word-spacing",
134160
"white-space",
161+
"-webkit-text-emphasis",
135162
"text-emphasis",
163+
"-webkit-text-emphasis-color",
136164
"text-emphasis-color",
165+
"-webkit-text-emphasis-style",
137166
"text-emphasis-style",
167+
"-webkit-text-emphasis-position",
138168
"text-emphasis-position",
139169
"text-indent",
140170
"-ms-text-justify",
@@ -143,6 +173,7 @@
143173
"text-outline",
144174
"text-wrap",
145175
"-ms-text-overflow",
176+
"-o-text-overflow",
146177
"text-overflow",
147178
"text-overflow-ellipsis",
148179
"text-overflow-mode",
@@ -156,17 +187,38 @@
156187
"tab-size",
157188
"-webkit-hyphens",
158189
"-moz-hyphens",
190+
"-ms-hyphens",
159191
"hyphens",
160192
"unicode-bidi",
193+
"-webkit-columns",
194+
"-moz-columns",
161195
"columns",
196+
"-webkit-column-count",
197+
"-moz-column-count",
162198
"column-count",
199+
"-webkit-column-fill",
200+
"-moz-column-fill",
163201
"column-fill",
202+
"-webkit-column-gap",
203+
"-moz-column-gap",
164204
"column-gap",
205+
"-webkit-column-rule",
206+
"-moz-column-rule",
165207
"column-rule",
208+
"-webkit-column-rule-color",
209+
"-moz-column-rule-color",
166210
"column-rule-color",
211+
"-webkit-column-rule-style",
212+
"-moz-column-rule-style",
167213
"column-rule-style",
214+
"-webkit-column-rule-width",
215+
"-moz-column-rule-width",
168216
"column-rule-width",
217+
"-webkit-column-span",
218+
"-moz-column-span",
169219
"column-span",
220+
"-webkit-column-width",
221+
"-moz-column-width",
170222
"column-width",
171223
"text-shadow",
172224
"page-break-after",
@@ -177,6 +229,11 @@
177229
"background",
178230
"background-color",
179231
"background-image",
232+
"-webkit-gradient",
233+
"-webkit-linear-gradient",
234+
"-moz-linear-gradient",
235+
"-o-linear-gradient",
236+
"linear-gradient",
180237
"background-repeat",
181238
"background-position",
182239
"-ms-background-position-x",
@@ -190,8 +247,12 @@
190247
"-webkit-background-clip",
191248
"-moz-background-clip",
192249
"background-clip",
250+
"-webkit-background-origin",
251+
"-moz-background-origin",
252+
"-o-background-origin",
193253
"background-origin",
194254
"background-attachment",
255+
"-webkit-box-decoration-break",
195256
"box-decoration-break",
196257
"background-blend-mode",
197258
"border",
@@ -373,6 +434,7 @@
373434
"pointer-events",
374435
"will-change",
375436
"clip",
437+
"-webkit-clip-path",
376438
"clip-path",
377439
"zoom"
378440
]

0 commit comments

Comments
 (0)