source: trip-planner-front/node_modules/css-declaration-sorter/orders/concentric-css.cjs@ e29cc2e

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