Skip to content

Commit 86b6bce

Browse files
committed
Add predefined configs
1 parent 54806f0 commit 86b6bce

File tree

5 files changed

+1436
-21
lines changed

5 files changed

+1436
-21
lines changed

configs/csscomb.json

Lines changed: 302 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,302 @@
1+
{
2+
"sort-order": [
3+
[
4+
"font",
5+
"font-family",
6+
"font-size",
7+
"font-weight",
8+
"font-style",
9+
"font-variant",
10+
"font-size-adjust",
11+
"font-stretch",
12+
"font-effect",
13+
"font-emphasize",
14+
"font-emphasize-position",
15+
"font-emphasize-style",
16+
"font-smooth",
17+
"line-height"
18+
],
19+
[
20+
"position",
21+
"z-index",
22+
"top",
23+
"right",
24+
"bottom",
25+
"left"
26+
],
27+
[
28+
"display",
29+
"visibility",
30+
"float",
31+
"clear",
32+
"overflow",
33+
"overflow-x",
34+
"overflow-y",
35+
"-ms-overflow-x",
36+
"-ms-overflow-y",
37+
"clip",
38+
"zoom",
39+
"flex-direction",
40+
"flex-order",
41+
"flex-pack",
42+
"flex-align"
43+
],
44+
[
45+
"-webkit-box-sizing",
46+
"-moz-box-sizing",
47+
"box-sizing",
48+
"width",
49+
"min-width",
50+
"max-width",
51+
"height",
52+
"min-height",
53+
"max-height",
54+
"margin",
55+
"margin-top",
56+
"margin-right",
57+
"margin-bottom",
58+
"margin-left",
59+
"padding",
60+
"padding-top",
61+
"padding-right",
62+
"padding-bottom",
63+
"padding-left"
64+
],
65+
[
66+
"table-layout",
67+
"empty-cells",
68+
"caption-side",
69+
"border-spacing",
70+
"border-collapse",
71+
"list-style",
72+
"list-style-position",
73+
"list-style-type",
74+
"list-style-image"
75+
],
76+
[
77+
"content",
78+
"quotes",
79+
"counter-reset",
80+
"counter-increment",
81+
"resize",
82+
"cursor",
83+
"-webkit-user-select",
84+
"-moz-user-select",
85+
"-ms-user-select",
86+
"user-select",
87+
"nav-index",
88+
"nav-up",
89+
"nav-right",
90+
"nav-down",
91+
"nav-left",
92+
"-webkit-transition",
93+
"-moz-transition",
94+
"-ms-transition",
95+
"-o-transition",
96+
"transition",
97+
"-webkit-transition-delay",
98+
"-moz-transition-delay",
99+
"-ms-transition-delay",
100+
"-o-transition-delay",
101+
"transition-delay",
102+
"-webkit-transition-timing-function",
103+
"-moz-transition-timing-function",
104+
"-ms-transition-timing-function",
105+
"-o-transition-timing-function",
106+
"transition-timing-function",
107+
"-webkit-transition-duration",
108+
"-moz-transition-duration",
109+
"-ms-transition-duration",
110+
"-o-transition-duration",
111+
"transition-duration",
112+
"-webkit-transition-property",
113+
"-moz-transition-property",
114+
"-ms-transition-property",
115+
"-o-transition-property",
116+
"transition-property",
117+
"-webkit-transform",
118+
"-moz-transform",
119+
"-ms-transform",
120+
"-o-transform",
121+
"transform",
122+
"-webkit-transform-origin",
123+
"-moz-transform-origin",
124+
"-ms-transform-origin",
125+
"-o-transform-origin",
126+
"transform-origin",
127+
"-webkit-animation",
128+
"-moz-animation",
129+
"-ms-animation",
130+
"-o-animation",
131+
"animation",
132+
"-webkit-animation-name",
133+
"-moz-animation-name",
134+
"-ms-animation-name",
135+
"-o-animation-name",
136+
"animation-name",
137+
"-webkit-animation-duration",
138+
"-moz-animation-duration",
139+
"-ms-animation-duration",
140+
"-o-animation-duration",
141+
"animation-duration",
142+
"-webkit-animation-play-state",
143+
"-moz-animation-play-state",
144+
"-ms-animation-play-state",
145+
"-o-animation-play-state",
146+
"animation-play-state",
147+
"-webkit-animation-timing-function",
148+
"-moz-animation-timing-function",
149+
"-ms-animation-timing-function",
150+
"-o-animation-timing-function",
151+
"animation-timing-function",
152+
"-webkit-animation-delay",
153+
"-moz-animation-delay",
154+
"-ms-animation-delay",
155+
"-o-animation-delay",
156+
"animation-delay",
157+
"-webkit-animation-iteration-count",
158+
"-moz-animation-iteration-count",
159+
"-ms-animation-iteration-count",
160+
"-o-animation-iteration-count",
161+
"animation-iteration-count",
162+
"-webkit-animation-direction",
163+
"-moz-animation-direction",
164+
"-ms-animation-direction",
165+
"-o-animation-direction",
166+
"animation-direction",
167+
"text-align",
168+
"-webkit-text-align-last",
169+
"-moz-text-align-last",
170+
"-ms-text-align-last",
171+
"text-align-last",
172+
"vertical-align",
173+
"white-space",
174+
"text-decoration",
175+
"text-emphasis",
176+
"text-emphasis-color",
177+
"text-emphasis-style",
178+
"text-emphasis-position",
179+
"text-indent",
180+
"-ms-text-justify",
181+
"text-justify",
182+
"letter-spacing",
183+
"word-spacing",
184+
"-ms-writing-mode",
185+
"text-outline",
186+
"text-transform",
187+
"text-wrap",
188+
"text-overflow",
189+
"-ms-text-overflow",
190+
"text-overflow-ellipsis",
191+
"text-overflow-mode",
192+
"-ms-word-wrap",
193+
"word-wrap",
194+
"word-break",
195+
"-ms-word-break",
196+
"-moz-tab-size",
197+
"-o-tab-size",
198+
"tab-size",
199+
"-webkit-hyphens",
200+
"-moz-hyphens",
201+
"hyphens",
202+
"pointer-events"
203+
],
204+
[
205+
"opacity",
206+
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
207+
"-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
208+
"-ms-interpolation-mode",
209+
"color",
210+
"border",
211+
"border-width",
212+
"border-style",
213+
"border-color",
214+
"border-top",
215+
"border-top-width",
216+
"border-top-style",
217+
"border-top-color",
218+
"border-right",
219+
"border-right-width",
220+
"border-right-style",
221+
"border-right-color",
222+
"border-bottom",
223+
"border-bottom-width",
224+
"border-bottom-style",
225+
"border-bottom-color",
226+
"border-left",
227+
"border-left-width",
228+
"border-left-style",
229+
"border-left-color",
230+
"-webkit-border-radius",
231+
"-moz-border-radius",
232+
"border-radius",
233+
"-webkit-border-top-left-radius",
234+
"-moz-border-radius-topleft",
235+
"border-top-left-radius",
236+
"-webkit-border-top-right-radius",
237+
"-moz-border-radius-topright",
238+
"border-top-right-radius",
239+
"-webkit-border-bottom-right-radius",
240+
"-moz-border-radius-bottomright",
241+
"border-bottom-right-radius",
242+
"-webkit-border-bottom-left-radius",
243+
"-moz-border-radius-bottomleft",
244+
"border-bottom-left-radius",
245+
"-webkit-border-image",
246+
"-moz-border-image",
247+
"-o-border-image",
248+
"border-image",
249+
"-webkit-border-image-source",
250+
"-moz-border-image-source",
251+
"-o-border-image-source",
252+
"border-image-source",
253+
"-webkit-border-image-slice",
254+
"-moz-border-image-slice",
255+
"-o-border-image-slice",
256+
"border-image-slice",
257+
"-webkit-border-image-width",
258+
"-moz-border-image-width",
259+
"-o-border-image-width",
260+
"border-image-width",
261+
"-webkit-border-image-outset",
262+
"-moz-border-image-outset",
263+
"-o-border-image-outset",
264+
"border-image-outset",
265+
"-webkit-border-image-repeat",
266+
"-moz-border-image-repeat",
267+
"-o-border-image-repeat",
268+
"border-image-repeat",
269+
"outline",
270+
"outline-width",
271+
"outline-style",
272+
"outline-color",
273+
"outline-offset",
274+
"background",
275+
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
276+
"background-color",
277+
"background-image",
278+
"background-repeat",
279+
"background-attachment",
280+
"background-position",
281+
"background-position-x",
282+
"-ms-background-position-x",
283+
"background-position-y",
284+
"-ms-background-position-y",
285+
"-webkit-background-clip",
286+
"-moz-background-clip",
287+
"background-clip",
288+
"background-origin",
289+
"-webkit-background-size",
290+
"-moz-background-size",
291+
"-o-background-size",
292+
"background-size",
293+
"box-decoration-break",
294+
"-webkit-box-shadow",
295+
"-moz-box-shadow",
296+
"box-shadow",
297+
"filter:progid:DXImageTransform.Microsoft.gradient",
298+
"-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
299+
"text-shadow"
300+
]
301+
]
302+
}

0 commit comments

Comments
 (0)