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