Skip to content

Commit 73762e9

Browse files
committed
Yandex styles by default
1 parent 8540f43 commit 73762e9

1 file changed

Lines changed: 315 additions & 0 deletions

File tree

.csscomb.json

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

0 commit comments

Comments
 (0)