프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / promise-queue / .csscomb.json

이력 | 보기 | 이력해설 | 다운로드 (9.75 KB)

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