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