source: frontend/node_modules/css-declaration-sorter/orders/concentric-css.mjs

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 7.9 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 "content-visibility",
86 "opacity",
87 "z-index",
88 "paint-order",
89 "mix-blend-mode",
90 "backface-visibility",
91 "backdrop-filter",
92 "clip-path",
93 "mask",
94 "mask-border",
95 "mask-border-outset",
96 "mask-border-repeat",
97 "mask-border-slice",
98 "mask-border-source",
99 "mask-border-width",
100 "mask-image",
101 "mask-mode",
102 "mask-position",
103 "mask-size",
104 "mask-repeat",
105 "mask-origin",
106 "mask-clip",
107 "mask-composite",
108 "mask-type",
109 "filter",
110 "animation",
111 "animation-duration",
112 "animation-timing-function",
113 "animation-delay",
114 "animation-iteration-count",
115 "animation-direction",
116 "animation-fill-mode",
117 "animation-play-state",
118 "animation-name",
119 "transition",
120 "transition-delay",
121 "transition-duration",
122 "transition-property",
123 "transition-timing-function",
124 "will-change",
125 "counter-increment",
126 "counter-reset",
127 "counter-set",
128 "cursor",
129
130 "box-sizing",
131 "contain",
132 "contain-intrinsic-height",
133 "contain-intrinsic-size",
134 "contain-intrinsic-width",
135 "container",
136 "container-name",
137 "container-type",
138 "margin",
139 "margin-top",
140 "margin-right",
141 "margin-bottom",
142 "margin-left",
143 "margin-inline",
144 "margin-inline-start",
145 "margin-inline-end",
146 "margin-block",
147 "margin-block-start",
148 "margin-block-end",
149 "inset",
150 "inset-block",
151 "inset-block-end",
152 "inset-block-start",
153 "inset-inline",
154 "inset-inline-end",
155 "inset-inline-start",
156 "outline",
157 "outline-color",
158 "outline-style",
159 "outline-width",
160 "outline-offset",
161 "box-shadow",
162 "border",
163 "border-top",
164 "border-right",
165 "border-bottom",
166 "border-left",
167 "border-width",
168 "border-top-width",
169 "border-right-width",
170 "border-bottom-width",
171 "border-left-width",
172 "border-style",
173 "border-top-style",
174 "border-right-style",
175 "border-bottom-style",
176 "border-left-style",
177 "border-color",
178 "border-top-color",
179 "border-right-color",
180 "border-bottom-color",
181 "border-left-color",
182 "border-radius",
183 "border-top-right-radius",
184 "border-top-left-radius",
185 "border-bottom-right-radius",
186 "border-bottom-left-radius",
187 "border-inline",
188 "border-inline-width",
189 "border-inline-style",
190 "border-inline-color",
191 "border-inline-start",
192 "border-inline-start-width",
193 "border-inline-start-style",
194 "border-inline-start-color",
195 "border-inline-end",
196 "border-inline-end-width",
197 "border-inline-end-style",
198 "border-inline-end-color",
199 "border-block",
200 "border-block-width",
201 "border-block-style",
202 "border-block-color",
203 "border-block-start",
204 "border-block-start-width",
205 "border-block-start-style",
206 "border-block-start-color",
207 "border-block-end",
208 "border-block-end-width",
209 "border-block-end-style",
210 "border-block-end-color",
211 "border-image",
212 "border-image-source",
213 "border-image-slice",
214 "border-image-width",
215 "border-image-outset",
216 "border-image-repeat",
217 "border-collapse",
218 "border-spacing",
219 "border-start-start-radius",
220 "border-start-end-radius",
221 "border-end-start-radius",
222 "border-end-end-radius",
223 "background",
224 "background-image",
225 "background-position",
226 "background-size",
227 "background-repeat",
228 "background-origin",
229 "background-clip",
230 "background-attachment",
231 "background-color",
232 "background-blend-mode",
233 "background-position-x",
234 "background-position-y",
235 "isolation",
236 "padding",
237 "padding-top",
238 "padding-right",
239 "padding-bottom",
240 "padding-left",
241 "padding-inline",
242 "padding-inline-start",
243 "padding-inline-end",
244 "padding-block",
245 "padding-block-start",
246 "padding-block-end",
247 "image-orientation",
248 "image-rendering",
249
250 "aspect-ratio",
251 "width",
252 "min-width",
253 "max-width",
254 "height",
255 "min-height",
256 "max-height",
257 "-webkit-line-clamp",
258 "-webkit-text-fill-color",
259 "-webkit-text-stroke",
260 "-webkit-text-stroke-color",
261 "-webkit-text-stroke-width",
262 "inline-size",
263 "min-inline-size",
264 "max-inline-size",
265 "block-size",
266 "min-block-size",
267 "max-block-size",
268 "table-layout",
269 "caption-side",
270 "empty-cells",
271 "overflow",
272 "overflow-anchor",
273 "overflow-block",
274 "overflow-clip-margin",
275 "overflow-inline",
276 "overflow-x",
277 "overflow-y",
278 "overscroll-behavior",
279 "overscroll-behavior-block",
280 "overscroll-behavior-inline",
281 "overscroll-behavior-x",
282 "overscroll-behavior-y",
283 "resize",
284 "object-fit",
285 "object-position",
286 "scroll-behavior",
287 "scroll-margin",
288 "scroll-margin-block",
289 "scroll-margin-block-end",
290 "scroll-margin-block-start",
291 "scroll-margin-bottom",
292 "scroll-margin-inline",
293 "scroll-margin-inline-end",
294 "scroll-margin-inline-start",
295 "scroll-margin-left",
296 "scroll-margin-right",
297 "scroll-margin-top",
298 "scroll-padding",
299 "scroll-padding-block",
300 "scroll-padding-block-end",
301 "scroll-padding-block-start",
302 "scroll-padding-bottom",
303 "scroll-padding-inline",
304 "scroll-padding-inline-end",
305 "scroll-padding-inline-start",
306 "scroll-padding-left",
307 "scroll-padding-right",
308 "scroll-padding-top",
309 "scroll-snap-align",
310 "scroll-snap-stop",
311 "scroll-snap-type",
312 "scrollbar-color",
313 "scrollbar-gutter",
314 "scrollbar-width",
315 "touch-action",
316 "pointer-events",
317
318 "content",
319 "quotes",
320 "hanging-punctuation",
321 "color",
322 "accent-color",
323 "print-color-adjust",
324 "forced-color-adjust",
325 "color-scheme",
326 "caret-color",
327 "font",
328 "font-style",
329 "font-variant",
330 "font-weight",
331 "font-stretch",
332 "font-size",
333 "size-adjust",
334 "line-height",
335 "src",
336 "font-family",
337 "font-display",
338 "font-kerning",
339 "font-language-override",
340 "font-optical-sizing",
341 "font-palette",
342 "font-size-adjust",
343 "font-synthesis",
344 "font-variant-alternates",
345 "font-variant-caps",
346 "font-variant-east-asian",
347 "font-variant-emoji",
348 "font-variant-ligatures",
349 "font-variant-numeric",
350 "font-variant-position",
351 "font-variation-settings",
352 "ascent-override",
353 "descent-override",
354 "line-gap-override",
355 "hyphens",
356 "hyphenate-character",
357 "letter-spacing",
358 "line-break",
359 "list-style",
360 "list-style-type",
361 "list-style-image",
362 "list-style-position",
363 "writing-mode",
364 "direction",
365 "unicode-bidi",
366 "unicode-range",
367 "user-select",
368 "ruby-position",
369 "text-combine-upright",
370 "text-align",
371 "text-align-last",
372 "text-decoration",
373 "text-decoration-line",
374 "text-decoration-style",
375 "text-decoration-color",
376 "text-decoration-thickness",
377 "text-decoration-skip-ink",
378 "text-emphasis",
379 "text-emphasis-style",
380 "text-emphasis-color",
381 "text-emphasis-position",
382 "text-indent",
383 "text-justify",
384 "text-underline-position",
385 "text-underline-offset",
386 "text-orientation",
387 "text-overflow",
388 "text-rendering",
389 "text-shadow",
390 "text-transform",
391 "white-space",
392 "word-break",
393 "word-spacing",
394 "overflow-wrap",
395 "tab-size",
396 "widows"
397]
Note: See TracBrowser for help on using the repository browser.