@unocss/preset-uno 0.14.3 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,226 +0,0 @@
1
- 'use strict';
2
-
3
- const colors = require('./colors.cjs');
4
-
5
- const fontFamily = {
6
- sans: [
7
- "ui-sans-serif",
8
- "system-ui",
9
- "-apple-system",
10
- "BlinkMacSystemFont",
11
- '"Segoe UI"',
12
- "Roboto",
13
- '"Helvetica Neue"',
14
- "Arial",
15
- '"Noto Sans"',
16
- "sans-serif",
17
- '"Apple Color Emoji"',
18
- '"Segoe UI Emoji"',
19
- '"Segoe UI Symbol"',
20
- '"Noto Color Emoji"'
21
- ].join(","),
22
- serif: [
23
- "ui-serif",
24
- "Georgia",
25
- "Cambria",
26
- '"Times New Roman"',
27
- "Times",
28
- "serif"
29
- ].join(","),
30
- mono: [
31
- "ui-monospace",
32
- "SFMono-Regular",
33
- "Menlo",
34
- "Monaco",
35
- "Consolas",
36
- '"Liberation Mono"',
37
- '"Courier New"',
38
- "monospace"
39
- ].join(",")
40
- };
41
- const fontSize = {
42
- "xs": ["0.75rem", "1rem"],
43
- "sm": ["0.875rem", "1.25rem"],
44
- "base": ["1rem", "1.5rem"],
45
- "lg": ["1.125rem", "1.75rem"],
46
- "xl": ["1.25rem", "1.75rem"],
47
- "2xl": ["1.5rem", "2rem"],
48
- "3xl": ["1.875rem", "2.25rem"],
49
- "4xl": ["2.25rem", "2.5rem"],
50
- "5xl": ["3rem", "1"],
51
- "6xl": ["3.75rem", "1"],
52
- "7xl": ["4.5rem", "1"],
53
- "8xl": ["6rem", "1"],
54
- "9xl": ["8rem", "1"]
55
- };
56
- const textIndent = {
57
- "DEFAULT": "1.5rem",
58
- "xs": "0.5rem",
59
- "sm": "1rem",
60
- "md": "1.5rem",
61
- "lg": "2rem",
62
- "xl": "2.5rem",
63
- "2xl": "3rem",
64
- "3xl": "4rem"
65
- };
66
- const textStrokeWidth = {
67
- DEFAULT: "1.5rem",
68
- none: "0",
69
- sm: "thin",
70
- md: "medium",
71
- lg: "thick"
72
- };
73
- const textShadow = {
74
- DEFAULT: "0px 0px 1px rgb(0 0 0/20%), 0px 0px 1px rgb(1 0 5/10%)",
75
- sm: "1px 1px 3px rgb(36 37 47 / 25%)",
76
- md: "0px 1px 2px rgb(30 29 39 / 19%), 1px 2px 4px rgb(54 64 147 / 18%)",
77
- lg: "3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%)",
78
- xl: "1px 1px 3px rgb(0 0 0 / 29%), 2px 4px 7px rgb(73 64 125 / 35%)",
79
- none: "none"
80
- };
81
- const lineHeight = {
82
- none: "1",
83
- tight: "1.25",
84
- snug: "1.375",
85
- normal: "1.5",
86
- relaxed: "1.625",
87
- loose: "2"
88
- };
89
- const letterSpacing = {
90
- tighter: "-0.05em",
91
- tight: "-0.025em",
92
- normal: "0em",
93
- wide: "0.025em",
94
- wider: "0.05em",
95
- widest: "0.1em"
96
- };
97
- const wordSpacing = letterSpacing;
98
-
99
- const breakpoints = {
100
- "sm": "640px",
101
- "md": "768px",
102
- "lg": "1024px",
103
- "xl": "1280px",
104
- "2xl": "1536px"
105
- };
106
- const borderRadius = {
107
- "DEFAULT": "0.25rem",
108
- "none": "0px",
109
- "sm": "0.125rem",
110
- "md": "0.375rem",
111
- "lg": "0.5rem",
112
- "xl": "0.75rem",
113
- "2xl": "1rem",
114
- "3xl": "1.5rem",
115
- "full": "9999px"
116
- };
117
- const boxShadow = {
118
- "DEFAULT": "0 1px 3px 0 rgba(var(--un-shadow-color), 0.1), 0 1px 2px 0 rgba(var(--un-shadow-color), 0.06)",
119
- "sm": "0 1px 2px 0 rgba(var(--un-shadow-color), 0.05)",
120
- "md": "0 4px 6px -1px rgba(var(--un-shadow-color), 0.1), 0 2px 4px -1px rgba(var(--un-shadow-color), 0.06)",
121
- "lg": "0 10px 15px -3px rgba(var(--un-shadow-color), 0.1), 0 4px 6px -2px rgba(var(--un-shadow-color), 0.05)",
122
- "xl": "0 20px 25px -5px rgba(var(--un-shadow-color), 0.1), 0 10px 10px -5px rgba(var(--un-shadow-color), 0.04)",
123
- "2xl": "25px 50px -12px rgba(var(--un-shadow-color), 0.25)",
124
- "inner": "inset 0 2px 4px 0 rgba(var(--un-shadow-color), 0.06)",
125
- "none": "none"
126
- };
127
-
128
- const blur = {
129
- "DEFAULT": "8px",
130
- "0": "0",
131
- "sm": "4px",
132
- "md": "12px",
133
- "lg": "16px",
134
- "xl": "24px",
135
- "2xl": "40px",
136
- "3xl": "64px"
137
- };
138
- const dropShadow = {
139
- "DEFAULT": ["0 1px 2px rgba(0, 0, 0, 0.1)", "0 1px 1px rgba(0, 0, 0, 0.06)"],
140
- "sm": "0 1px 1px rgba(0,0,0,0.05)",
141
- "md": ["0 4px 3px rgba(0, 0, 0, 0.07)", "0 2px 2px rgba(0, 0, 0, 0.06)"],
142
- "lg": ["0 10px 8px rgba(0, 0, 0, 0.04)", "0 4px 3px rgba(0, 0, 0, 0.1)"],
143
- "xl": ["0 20px 13px rgba(0, 0, 0, 0.03)", "0 8px 5px rgba(0, 0, 0, 0.08)"],
144
- "2xl": "0 25px 25px rgba(0, 0, 0, 0.15)",
145
- "none": "0 0 #0000"
146
- };
147
-
148
- const baseSize = {
149
- "xs": "20rem",
150
- "sm": "24rem",
151
- "md": "28rem",
152
- "lg": "32rem",
153
- "xl": "36rem",
154
- "2xl": "42rem",
155
- "3xl": "48rem",
156
- "4xl": "56rem",
157
- "5xl": "64rem",
158
- "6xl": "72rem",
159
- "7xl": "80rem",
160
- "min": "min-content",
161
- "max": "max-content",
162
- "prose": "65ch"
163
- };
164
- const width = {
165
- auto: "auto",
166
- ...baseSize,
167
- screen: "100vw"
168
- };
169
- const maxWidth = {
170
- none: "none",
171
- ...baseSize,
172
- screen: "100vw"
173
- };
174
- const height = {
175
- auto: "auto",
176
- ...baseSize,
177
- screen: "100vh"
178
- };
179
- const maxHeight = {
180
- none: "none",
181
- ...baseSize,
182
- screen: "100vh"
183
- };
184
-
185
- const theme = {
186
- width,
187
- height,
188
- maxWidth,
189
- maxHeight,
190
- minWidth: maxWidth,
191
- minHeight: maxHeight,
192
- colors: colors.colors,
193
- fontFamily,
194
- fontSize,
195
- breakpoints,
196
- borderRadius,
197
- lineHeight,
198
- letterSpacing,
199
- wordSpacing,
200
- boxShadow,
201
- textIndent,
202
- textShadow,
203
- textStrokeWidth,
204
- blur,
205
- dropShadow
206
- };
207
-
208
- exports.baseSize = baseSize;
209
- exports.blur = blur;
210
- exports.borderRadius = borderRadius;
211
- exports.boxShadow = boxShadow;
212
- exports.breakpoints = breakpoints;
213
- exports.dropShadow = dropShadow;
214
- exports.fontFamily = fontFamily;
215
- exports.fontSize = fontSize;
216
- exports.height = height;
217
- exports.letterSpacing = letterSpacing;
218
- exports.lineHeight = lineHeight;
219
- exports.maxHeight = maxHeight;
220
- exports.maxWidth = maxWidth;
221
- exports.textIndent = textIndent;
222
- exports.textShadow = textShadow;
223
- exports.textStrokeWidth = textStrokeWidth;
224
- exports.theme = theme;
225
- exports.width = width;
226
- exports.wordSpacing = wordSpacing;
@@ -1,206 +0,0 @@
1
- import { c as colors } from './colors.mjs';
2
-
3
- const fontFamily = {
4
- sans: [
5
- "ui-sans-serif",
6
- "system-ui",
7
- "-apple-system",
8
- "BlinkMacSystemFont",
9
- '"Segoe UI"',
10
- "Roboto",
11
- '"Helvetica Neue"',
12
- "Arial",
13
- '"Noto Sans"',
14
- "sans-serif",
15
- '"Apple Color Emoji"',
16
- '"Segoe UI Emoji"',
17
- '"Segoe UI Symbol"',
18
- '"Noto Color Emoji"'
19
- ].join(","),
20
- serif: [
21
- "ui-serif",
22
- "Georgia",
23
- "Cambria",
24
- '"Times New Roman"',
25
- "Times",
26
- "serif"
27
- ].join(","),
28
- mono: [
29
- "ui-monospace",
30
- "SFMono-Regular",
31
- "Menlo",
32
- "Monaco",
33
- "Consolas",
34
- '"Liberation Mono"',
35
- '"Courier New"',
36
- "monospace"
37
- ].join(",")
38
- };
39
- const fontSize = {
40
- "xs": ["0.75rem", "1rem"],
41
- "sm": ["0.875rem", "1.25rem"],
42
- "base": ["1rem", "1.5rem"],
43
- "lg": ["1.125rem", "1.75rem"],
44
- "xl": ["1.25rem", "1.75rem"],
45
- "2xl": ["1.5rem", "2rem"],
46
- "3xl": ["1.875rem", "2.25rem"],
47
- "4xl": ["2.25rem", "2.5rem"],
48
- "5xl": ["3rem", "1"],
49
- "6xl": ["3.75rem", "1"],
50
- "7xl": ["4.5rem", "1"],
51
- "8xl": ["6rem", "1"],
52
- "9xl": ["8rem", "1"]
53
- };
54
- const textIndent = {
55
- "DEFAULT": "1.5rem",
56
- "xs": "0.5rem",
57
- "sm": "1rem",
58
- "md": "1.5rem",
59
- "lg": "2rem",
60
- "xl": "2.5rem",
61
- "2xl": "3rem",
62
- "3xl": "4rem"
63
- };
64
- const textStrokeWidth = {
65
- DEFAULT: "1.5rem",
66
- none: "0",
67
- sm: "thin",
68
- md: "medium",
69
- lg: "thick"
70
- };
71
- const textShadow = {
72
- DEFAULT: "0px 0px 1px rgb(0 0 0/20%), 0px 0px 1px rgb(1 0 5/10%)",
73
- sm: "1px 1px 3px rgb(36 37 47 / 25%)",
74
- md: "0px 1px 2px rgb(30 29 39 / 19%), 1px 2px 4px rgb(54 64 147 / 18%)",
75
- lg: "3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%)",
76
- xl: "1px 1px 3px rgb(0 0 0 / 29%), 2px 4px 7px rgb(73 64 125 / 35%)",
77
- none: "none"
78
- };
79
- const lineHeight = {
80
- none: "1",
81
- tight: "1.25",
82
- snug: "1.375",
83
- normal: "1.5",
84
- relaxed: "1.625",
85
- loose: "2"
86
- };
87
- const letterSpacing = {
88
- tighter: "-0.05em",
89
- tight: "-0.025em",
90
- normal: "0em",
91
- wide: "0.025em",
92
- wider: "0.05em",
93
- widest: "0.1em"
94
- };
95
- const wordSpacing = letterSpacing;
96
-
97
- const breakpoints = {
98
- "sm": "640px",
99
- "md": "768px",
100
- "lg": "1024px",
101
- "xl": "1280px",
102
- "2xl": "1536px"
103
- };
104
- const borderRadius = {
105
- "DEFAULT": "0.25rem",
106
- "none": "0px",
107
- "sm": "0.125rem",
108
- "md": "0.375rem",
109
- "lg": "0.5rem",
110
- "xl": "0.75rem",
111
- "2xl": "1rem",
112
- "3xl": "1.5rem",
113
- "full": "9999px"
114
- };
115
- const boxShadow = {
116
- "DEFAULT": "0 1px 3px 0 rgba(var(--un-shadow-color), 0.1), 0 1px 2px 0 rgba(var(--un-shadow-color), 0.06)",
117
- "sm": "0 1px 2px 0 rgba(var(--un-shadow-color), 0.05)",
118
- "md": "0 4px 6px -1px rgba(var(--un-shadow-color), 0.1), 0 2px 4px -1px rgba(var(--un-shadow-color), 0.06)",
119
- "lg": "0 10px 15px -3px rgba(var(--un-shadow-color), 0.1), 0 4px 6px -2px rgba(var(--un-shadow-color), 0.05)",
120
- "xl": "0 20px 25px -5px rgba(var(--un-shadow-color), 0.1), 0 10px 10px -5px rgba(var(--un-shadow-color), 0.04)",
121
- "2xl": "25px 50px -12px rgba(var(--un-shadow-color), 0.25)",
122
- "inner": "inset 0 2px 4px 0 rgba(var(--un-shadow-color), 0.06)",
123
- "none": "none"
124
- };
125
-
126
- const blur = {
127
- "DEFAULT": "8px",
128
- "0": "0",
129
- "sm": "4px",
130
- "md": "12px",
131
- "lg": "16px",
132
- "xl": "24px",
133
- "2xl": "40px",
134
- "3xl": "64px"
135
- };
136
- const dropShadow = {
137
- "DEFAULT": ["0 1px 2px rgba(0, 0, 0, 0.1)", "0 1px 1px rgba(0, 0, 0, 0.06)"],
138
- "sm": "0 1px 1px rgba(0,0,0,0.05)",
139
- "md": ["0 4px 3px rgba(0, 0, 0, 0.07)", "0 2px 2px rgba(0, 0, 0, 0.06)"],
140
- "lg": ["0 10px 8px rgba(0, 0, 0, 0.04)", "0 4px 3px rgba(0, 0, 0, 0.1)"],
141
- "xl": ["0 20px 13px rgba(0, 0, 0, 0.03)", "0 8px 5px rgba(0, 0, 0, 0.08)"],
142
- "2xl": "0 25px 25px rgba(0, 0, 0, 0.15)",
143
- "none": "0 0 #0000"
144
- };
145
-
146
- const baseSize = {
147
- "xs": "20rem",
148
- "sm": "24rem",
149
- "md": "28rem",
150
- "lg": "32rem",
151
- "xl": "36rem",
152
- "2xl": "42rem",
153
- "3xl": "48rem",
154
- "4xl": "56rem",
155
- "5xl": "64rem",
156
- "6xl": "72rem",
157
- "7xl": "80rem",
158
- "min": "min-content",
159
- "max": "max-content",
160
- "prose": "65ch"
161
- };
162
- const width = {
163
- auto: "auto",
164
- ...baseSize,
165
- screen: "100vw"
166
- };
167
- const maxWidth = {
168
- none: "none",
169
- ...baseSize,
170
- screen: "100vw"
171
- };
172
- const height = {
173
- auto: "auto",
174
- ...baseSize,
175
- screen: "100vh"
176
- };
177
- const maxHeight = {
178
- none: "none",
179
- ...baseSize,
180
- screen: "100vh"
181
- };
182
-
183
- const theme = {
184
- width,
185
- height,
186
- maxWidth,
187
- maxHeight,
188
- minWidth: maxWidth,
189
- minHeight: maxHeight,
190
- colors,
191
- fontFamily,
192
- fontSize,
193
- breakpoints,
194
- borderRadius,
195
- lineHeight,
196
- letterSpacing,
197
- wordSpacing,
198
- boxShadow,
199
- textIndent,
200
- textShadow,
201
- textStrokeWidth,
202
- blur,
203
- dropShadow
204
- };
205
-
206
- export { fontSize as a, blur as b, textIndent as c, dropShadow as d, textStrokeWidth as e, fontFamily as f, textShadow as g, letterSpacing as h, breakpoints as i, borderRadius as j, boxShadow as k, lineHeight as l, baseSize as m, width as n, maxWidth as o, height as p, maxHeight as q, theme as t, wordSpacing as w };
@@ -1,128 +0,0 @@
1
- 'use strict';
2
-
3
- const variants$1 = require('./variants.cjs');
4
- const pseudo = require('./pseudo.cjs');
5
-
6
- const regexCache = {};
7
- const variantBreakpoints = (matcher, _, theme) => {
8
- const variantEntries = Object.entries(theme.breakpoints || {}).map(([point, size], idx) => [point, size, idx]);
9
- for (const [point, size, idx] of variantEntries) {
10
- if (!regexCache[point])
11
- regexCache[point] = new RegExp(`^((?:[a|l]t-)?${point}[:-])`);
12
- const match = matcher.match(regexCache[point]);
13
- if (!match)
14
- continue;
15
- const [, pre] = match;
16
- let direction = "min";
17
- let order = parseInt(size);
18
- if (pre.startsWith("lt-")) {
19
- direction = "max";
20
- order = -order;
21
- }
22
- const m = matcher.slice(pre.length);
23
- if (m === "container")
24
- continue;
25
- if (pre.startsWith("at-") && idx < variantEntries.length - 1) {
26
- return {
27
- matcher: m,
28
- parent: [`@media (min-width: ${size}) and (max-width: ${variantEntries[idx + 1][1]})`, order]
29
- };
30
- }
31
- return {
32
- matcher: m,
33
- parent: [`@media (${direction}-width: ${size})`, order]
34
- };
35
- }
36
- };
37
-
38
- const variantChildren = [
39
- variants$1.variantMatcher("children", (input) => `${input} > *`),
40
- variants$1.variantMatcher("all", (input) => `${input} *`),
41
- variants$1.variantMatcher("next", (input) => `${input}+*`)
42
- ];
43
-
44
- const variantColorsClass = [
45
- variants$1.variantMatcher("dark", (input) => `.dark $$ ${input}`),
46
- variants$1.variantMatcher("light", (input) => `.light $$ ${input}`)
47
- ];
48
- const variantColorsMedia = [
49
- (v) => {
50
- const dark = variants$1.variantMatcher("dark")(v);
51
- if (dark) {
52
- return {
53
- ...dark,
54
- parent: "@media (prefers-color-scheme: dark)"
55
- };
56
- }
57
- const light = variants$1.variantMatcher("light")(v);
58
- if (light) {
59
- return {
60
- ...light,
61
- parent: "@media (prefers-color-scheme: light)"
62
- };
63
- }
64
- }
65
- ];
66
-
67
- const variantImportant = {
68
- match(matcher) {
69
- if (matcher.startsWith("!")) {
70
- return {
71
- matcher: matcher.slice(1),
72
- body: (body) => {
73
- body.forEach((v) => {
74
- if (v[1])
75
- v[1] += " !important";
76
- });
77
- return body;
78
- }
79
- };
80
- }
81
- }
82
- };
83
- const variantNegative = {
84
- match(matcher) {
85
- if (matcher.startsWith("-")) {
86
- return {
87
- matcher: matcher.slice(1),
88
- body: (body) => {
89
- body.forEach((v) => {
90
- if (v[0].startsWith("--un-scale") || v[1]?.toString() === "0")
91
- return;
92
- v[1] = v[1]?.toString().replace(/[0-9.]+(?:[a-z]+|%)?/, (i) => `-${i}`);
93
- });
94
- return body;
95
- }
96
- };
97
- }
98
- }
99
- };
100
- const variantSpace = (matcher) => {
101
- if (/^space-?([xy])-?(-?.+)$/.test(matcher) || /^divide-/.test(matcher)) {
102
- return {
103
- matcher,
104
- selector: (input) => {
105
- return `${input}>:not([hidden])~:not([hidden])`;
106
- }
107
- };
108
- }
109
- };
110
-
111
- const variants = [
112
- variantSpace,
113
- variantNegative,
114
- variantImportant,
115
- variantBreakpoints,
116
- ...variantChildren,
117
- pseudo.variantPseudoClasses,
118
- pseudo.variantPseudoElements
119
- ];
120
-
121
- exports.variantBreakpoints = variantBreakpoints;
122
- exports.variantChildren = variantChildren;
123
- exports.variantColorsClass = variantColorsClass;
124
- exports.variantColorsMedia = variantColorsMedia;
125
- exports.variantImportant = variantImportant;
126
- exports.variantNegative = variantNegative;
127
- exports.variantSpace = variantSpace;
128
- exports.variants = variants;
@@ -1,119 +0,0 @@
1
- import { v as variantMatcher } from './variants.mjs';
2
- import { v as variantPseudoClasses, a as variantPseudoElements } from './pseudo.mjs';
3
-
4
- const regexCache = {};
5
- const variantBreakpoints = (matcher, _, theme) => {
6
- const variantEntries = Object.entries(theme.breakpoints || {}).map(([point, size], idx) => [point, size, idx]);
7
- for (const [point, size, idx] of variantEntries) {
8
- if (!regexCache[point])
9
- regexCache[point] = new RegExp(`^((?:[a|l]t-)?${point}[:-])`);
10
- const match = matcher.match(regexCache[point]);
11
- if (!match)
12
- continue;
13
- const [, pre] = match;
14
- let direction = "min";
15
- let order = parseInt(size);
16
- if (pre.startsWith("lt-")) {
17
- direction = "max";
18
- order = -order;
19
- }
20
- const m = matcher.slice(pre.length);
21
- if (m === "container")
22
- continue;
23
- if (pre.startsWith("at-") && idx < variantEntries.length - 1) {
24
- return {
25
- matcher: m,
26
- parent: [`@media (min-width: ${size}) and (max-width: ${variantEntries[idx + 1][1]})`, order]
27
- };
28
- }
29
- return {
30
- matcher: m,
31
- parent: [`@media (${direction}-width: ${size})`, order]
32
- };
33
- }
34
- };
35
-
36
- const variantChildren = [
37
- variantMatcher("children", (input) => `${input} > *`),
38
- variantMatcher("all", (input) => `${input} *`),
39
- variantMatcher("next", (input) => `${input}+*`)
40
- ];
41
-
42
- const variantColorsClass = [
43
- variantMatcher("dark", (input) => `.dark $$ ${input}`),
44
- variantMatcher("light", (input) => `.light $$ ${input}`)
45
- ];
46
- const variantColorsMedia = [
47
- (v) => {
48
- const dark = variantMatcher("dark")(v);
49
- if (dark) {
50
- return {
51
- ...dark,
52
- parent: "@media (prefers-color-scheme: dark)"
53
- };
54
- }
55
- const light = variantMatcher("light")(v);
56
- if (light) {
57
- return {
58
- ...light,
59
- parent: "@media (prefers-color-scheme: light)"
60
- };
61
- }
62
- }
63
- ];
64
-
65
- const variantImportant = {
66
- match(matcher) {
67
- if (matcher.startsWith("!")) {
68
- return {
69
- matcher: matcher.slice(1),
70
- body: (body) => {
71
- body.forEach((v) => {
72
- if (v[1])
73
- v[1] += " !important";
74
- });
75
- return body;
76
- }
77
- };
78
- }
79
- }
80
- };
81
- const variantNegative = {
82
- match(matcher) {
83
- if (matcher.startsWith("-")) {
84
- return {
85
- matcher: matcher.slice(1),
86
- body: (body) => {
87
- body.forEach((v) => {
88
- if (v[0].startsWith("--un-scale") || v[1]?.toString() === "0")
89
- return;
90
- v[1] = v[1]?.toString().replace(/[0-9.]+(?:[a-z]+|%)?/, (i) => `-${i}`);
91
- });
92
- return body;
93
- }
94
- };
95
- }
96
- }
97
- };
98
- const variantSpace = (matcher) => {
99
- if (/^space-?([xy])-?(-?.+)$/.test(matcher) || /^divide-/.test(matcher)) {
100
- return {
101
- matcher,
102
- selector: (input) => {
103
- return `${input}>:not([hidden])~:not([hidden])`;
104
- }
105
- };
106
- }
107
- };
108
-
109
- const variants = [
110
- variantSpace,
111
- variantNegative,
112
- variantImportant,
113
- variantBreakpoints,
114
- ...variantChildren,
115
- variantPseudoClasses,
116
- variantPseudoElements
117
- ];
118
-
119
- export { variantColorsMedia as a, variantColorsClass as b, variantBreakpoints as c, variantChildren as d, variantImportant as e, variantNegative as f, variantSpace as g, variants as v };