source: trip-planner-front/node_modules/css-declaration-sorter/orders/smacss.cjs@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 7.5 KB
Line 
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5const properties = [
6 "all",
7 "box-sizing",
8 "contain",
9 "display",
10 "appearance",
11 "visibility",
12 "z-index",
13 "paint-order",
14 "position",
15 "top",
16 "right",
17 "bottom",
18 "left",
19 "offset",
20 "offset-anchor",
21 "offset-distance",
22 "offset-path",
23 "offset-rotate",
24
25
26 "grid",
27 "grid-template-rows",
28 "grid-template-columns",
29 "grid-template-areas",
30 "grid-auto-rows",
31 "grid-auto-columns",
32 "grid-auto-flow",
33 "column-gap",
34 "row-gap",
35 "grid-area",
36 "grid-row",
37 "grid-row-start",
38 "grid-row-end",
39 "grid-column",
40 "grid-column-start",
41 "grid-column-end",
42 "grid-template",
43 "flex",
44 "flex-grow",
45 "flex-shrink",
46 "flex-basis",
47 "flex-direction",
48 "flex-flow",
49 "flex-wrap",
50 "box-decoration-break",
51 "place-content",
52 "place-items",
53 "place-self",
54 "align-content",
55 "align-items",
56 "align-self",
57 "justify-content",
58 "justify-items",
59 "justify-self",
60 "order",
61 "aspect-ratio",
62 "width",
63 "min-width",
64 "max-width",
65 "height",
66 "min-height",
67 "max-height",
68 "-webkit-line-clamp",
69 "inline-size",
70 "min-inline-size",
71 "max-inline-size",
72 "block-size",
73 "min-block-size",
74 "max-block-size",
75 "margin",
76 "margin-top",
77 "margin-right",
78 "margin-bottom",
79 "margin-left",
80 "margin-inline",
81 "margin-inline-start",
82 "margin-inline-end",
83 "margin-block",
84 "margin-block-start",
85 "margin-block-end",
86 "inset",
87 "inset-block",
88 "inset-block-end",
89 "inset-block-start",
90 "inset-inline",
91 "inset-inline-end",
92 "inset-inline-start",
93 "padding",
94 "padding-top",
95 "padding-right",
96 "padding-bottom",
97 "padding-left",
98 "padding-inline",
99 "padding-inline-start",
100 "padding-inline-end",
101 "padding-block",
102 "padding-block-start",
103 "padding-block-end",
104 "float",
105 "clear",
106 "overflow",
107 "overflow-anchor",
108 "overflow-block",
109 "overflow-inline",
110 "overflow-x",
111 "overflow-y",
112 "overscroll-behavior",
113 "overscroll-behavior-block",
114 "overscroll-behavior-inline",
115 "overscroll-behavior-x",
116 "overscroll-behavior-y",
117 "orphans",
118 "gap",
119 "columns",
120 "column-fill",
121 "column-rule",
122 "column-rule-color",
123 "column-rule-style",
124 "column-rule-width",
125 "column-span",
126 "column-count",
127 "column-width",
128 "object-fit",
129 "object-position",
130 "transform",
131 "transform-box",
132 "transform-origin",
133 "transform-style",
134 "translate",
135 "rotate",
136 "scale",
137
138 "border",
139 "border-top",
140 "border-right",
141 "border-bottom",
142 "border-left",
143 "border-width",
144 "border-top-width",
145 "border-right-width",
146 "border-bottom-width",
147 "border-left-width",
148 "border-style",
149 "border-top-style",
150 "border-right-style",
151 "border-bottom-style",
152 "border-left-style",
153 "border-radius",
154 "border-top-right-radius",
155 "border-top-left-radius",
156 "border-bottom-right-radius",
157 "border-bottom-left-radius",
158 "border-inline",
159 "border-inline-color",
160 "border-inline-style",
161 "border-inline-width",
162 "border-inline-start",
163 "border-inline-start-color",
164 "border-inline-start-style",
165 "border-inline-start-width",
166 "border-inline-end",
167 "border-inline-end-color",
168 "border-inline-end-style",
169 "border-inline-end-width",
170 "border-block",
171 "border-block-color",
172 "border-block-style",
173 "border-block-width",
174 "border-block-start",
175 "border-block-start-color",
176 "border-block-start-style",
177 "border-block-start-width",
178 "border-block-end",
179 "border-block-end-color",
180 "border-block-end-style",
181 "border-block-end-width",
182 "border-color",
183 "border-image",
184 "border-image-outset",
185 "border-image-repeat",
186 "border-image-slice",
187 "border-image-source",
188 "border-image-width",
189 "border-top-color",
190 "border-right-color",
191 "border-bottom-color",
192 "border-left-color",
193 "border-collapse",
194 "border-spacing",
195 "border-start-start-radius",
196 "border-start-end-radius",
197 "border-end-start-radius",
198 "border-end-end-radius",
199 "outline",
200 "outline-color",
201 "outline-style",
202 "outline-width",
203 "outline-offset",
204
205 "backdrop-filter",
206 "backface-visibility",
207 "background",
208 "background-image",
209 "background-position",
210 "background-size",
211 "background-repeat",
212 "background-origin",
213 "background-clip",
214 "background-attachment",
215 "background-color",
216 "background-blend-mode",
217 "background-position-x",
218 "background-position-y",
219 "box-shadow",
220 "isolation",
221
222 "content",
223 "quotes",
224 "hanging-punctuation",
225 "color",
226 "color-adjust",
227 "forced-color-adjust",
228 "color-scheme",
229 "caret-color",
230 "font",
231 "font-style",
232 "font-variant",
233 "font-weight",
234 "src",
235 "font-stretch",
236 "font-size",
237 "line-height",
238 "font-family",
239 "font-display",
240 "font-kerning",
241 "font-language-override",
242 "font-optical-sizing",
243 "font-size-adjust",
244 "font-synthesis",
245 "font-variant-caps",
246 "font-variant-east-asian",
247 "font-variant-ligatures",
248 "font-variant-numeric",
249 "font-variant-position",
250 "font-variation-settings",
251 "ascent-override",
252 "descent-override",
253 "line-gap-override",
254 "hyphens",
255 "letter-spacing",
256 "line-break",
257 "list-style",
258 "list-style-image",
259 "list-style-position",
260 "list-style-type",
261 "direction",
262 "text-align",
263 "text-align-last",
264 "text-decoration",
265 "text-decoration-line",
266 "text-decoration-style",
267 "text-decoration-color",
268 "text-decoration-thickness",
269 "text-decoration-skip-ink",
270 "text-emphasis",
271 "text-emphasis-style",
272 "text-emphasis-color",
273 "text-emphasis-position",
274 "text-indent",
275 "text-justify",
276 "text-underline-position",
277 "text-underline-offset",
278 "text-orientation",
279 "text-overflow",
280 "text-shadow",
281 "text-transform",
282 "vertical-align",
283 "white-space",
284 "word-break",
285 "word-spacing",
286 "overflow-wrap",
287
288 "animation",
289 "animation-duration",
290 "animation-timing-function",
291 "animation-delay",
292 "animation-iteration-count",
293 "animation-direction",
294 "animation-fill-mode",
295 "animation-play-state",
296 "animation-name",
297 "mix-blend-mode",
298 "break-before",
299 "break-after",
300 "break-inside",
301 "page",
302 "page-break-before",
303 "page-break-after",
304 "page-break-inside",
305 "caption-side",
306 "clip-path",
307 "counter-increment",
308 "counter-reset",
309 "counter-set",
310 "cursor",
311 "empty-cells",
312 "filter",
313 "image-rendering",
314 "mask",
315 "mask-border",
316 "mask-border-outset",
317 "mask-border-repeat",
318 "mask-border-slice",
319 "mask-border-source",
320 "mask-border-width",
321 "mask-clip",
322 "mask-composite",
323 "mask-image",
324 "mask-mode",
325 "mask-origin",
326 "mask-position",
327 "mask-repeat",
328 "mask-size",
329 "mask-type",
330 "opacity",
331 "perspective",
332 "perspective-origin",
333 "pointer-events",
334 "resize",
335 "scroll-behavior",
336 "scroll-margin",
337 "scroll-margin-block",
338 "scroll-margin-block-end",
339 "scroll-margin-block-start",
340 "scroll-margin-bottom",
341 "scroll-margin-inline",
342 "scroll-margin-inline-end",
343 "scroll-margin-inline-start",
344 "scroll-margin-left",
345 "scroll-margin-right",
346 "scroll-margin-top",
347 "scroll-padding",
348 "scroll-padding-block",
349 "scroll-padding-block-end",
350 "scroll-padding-block-start",
351 "scroll-padding-bottom",
352 "scroll-padding-inline",
353 "scroll-padding-inline-end",
354 "scroll-padding-inline-start",
355 "scroll-padding-left",
356 "scroll-padding-right",
357 "scroll-padding-top",
358 "scroll-snap-align",
359 "scroll-snap-stop",
360 "scroll-snap-type",
361 "scrollbar-color",
362 "scrollbar-width",
363 "shape-image-threshold",
364 "shape-margin",
365 "shape-outside",
366 "tab-size",
367 "table-layout",
368 "text-combine-upright",
369 "touch-action",
370 "transition",
371 "transition-delay",
372 "transition-duration",
373 "transition-property",
374 "transition-timing-function",
375 "will-change",
376 "unicode-bidi",
377 "unicode-range",
378 "user-select",
379 "widows",
380 "writing-mode"
381];
382
383exports.properties = properties;
Note: See TracBrowser for help on using the repository browser.