Skip to content

Commit 539c7f8

Browse files
committed
Add config files from csscomb.php (close #91)
Add config files with sort order from previous (php) version of csscomb. `default` is renamed to `zen`. All other options (spaces, semicolons, etc.) are omitted.
1 parent 87a80c6 commit 539c7f8

2 files changed

Lines changed: 694 additions & 0 deletions

File tree

config/yandex.json

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

0 commit comments

Comments
 (0)