@pandacss/studio 0.0.0-dev-20230918163156 → 0.0.0-dev-20230919112631

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/studio",
3
- "version": "0.0.0-dev-20230918163156",
3
+ "version": "0.0.0-dev-20230919112631",
4
4
  "description": "The automated token documentation for Panda CSS",
5
5
  "main": "dist/studio.js",
6
6
  "module": "dist/studio.mjs",
@@ -33,19 +33,19 @@
33
33
  "react": "18.2.0",
34
34
  "react-dom": "18.2.0",
35
35
  "vite": "4.4.9",
36
- "@pandacss/types": "0.0.0-dev-20230918163156",
37
- "@pandacss/config": "0.0.0-dev-20230918163156",
38
- "@pandacss/shared": "0.0.0-dev-20230918163156",
39
- "@pandacss/token-dictionary": "0.0.0-dev-20230918163156",
40
- "@pandacss/logger": "0.0.0-dev-20230918163156",
41
- "@pandacss/node": "0.0.0-dev-20230918163156"
36
+ "@pandacss/types": "0.0.0-dev-20230919112631",
37
+ "@pandacss/config": "0.0.0-dev-20230919112631",
38
+ "@pandacss/shared": "0.0.0-dev-20230919112631",
39
+ "@pandacss/token-dictionary": "0.0.0-dev-20230919112631",
40
+ "@pandacss/logger": "0.0.0-dev-20230919112631",
41
+ "@pandacss/node": "0.0.0-dev-20230919112631"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "18.2.18",
45
45
  "@types/react-dom": "18.2.7",
46
46
  "@vitejs/plugin-react": "4.0.4",
47
47
  "execa": "7.2.0",
48
- "@pandacss/dev": "0.0.0-dev-20230918163156"
48
+ "@pandacss/dev": "0.0.0-dev-20230919112631"
49
49
  },
50
50
  "scripts": {
51
51
  "codegen": "panda",
@@ -20,7 +20,6 @@
20
20
  'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
21
21
  'Noto Color Emoji';
22
22
  -webkit-text-size-adjust: 100%;
23
- -webkit-text-size-adjust: 100%;
24
23
  -webkit-font-smoothing: antialiased;
25
24
  -moz-osx-font-smoothing: grayscale;
26
25
  -moz-tab-size: 4;
@@ -164,24 +163,39 @@
164
163
  font-family: var(--global-font-mono, var(--font-fallback));
165
164
  }
166
165
 
167
- [type='search'] {
166
+
167
+ input[type="text"],
168
+ input[type="email"],
169
+ input[type="search"],
170
+ input[type="password"] {
171
+ -webkit-appearance: none;
172
+ -moz-appearance: none;
173
+ }
174
+
175
+ input[type='search'] {
168
176
  -webkit-appearance: textfield;
169
177
  outline-offset: -2px;
170
178
  }
171
179
 
172
- ::-webkit-search-decoration {
180
+ ::-webkit-search-decoration,
181
+ ::-webkit-search-cancel-button {
173
182
  -webkit-appearance: none;
174
183
  }
175
184
 
176
185
  ::-webkit-file-upload-button {
177
186
  -webkit-appearance: button;
187
+ font: inherit;
178
188
  }
179
189
 
180
- ::-webkit-inner-spin-button,
181
- ::-webkit-outer-spin-button {
190
+ input[type="number"]::-webkit-inner-spin-button,
191
+ input[type="number"]::-webkit-outer-spin-button {
182
192
  height: auto;
183
193
  }
184
194
 
195
+ input[type='number']{
196
+ -moz-appearance: textfield;
197
+ }
198
+
185
199
  :-moz-ui-invalid {
186
200
  box-shadow: none;
187
201
  }
@@ -11,154 +11,6 @@
11
11
  @import './tokens/keyframes.css';
12
12
 
13
13
  @layer utilities {
14
- .styles\:text_red\! {
15
- color: red !important
16
- }
17
-
18
- .styles\:fs_30px\! {
19
- font-size: 30px !important
20
- }
21
-
22
- .styles\:bg_red\.300 {
23
- background: var(--colors-red-300)
24
- }
25
-
26
- .styles\:w_20px {
27
- width: 20px
28
- }
29
-
30
- .styles\:w_70px {
31
- width: 70px
32
- }
33
-
34
- .styles\:w_50px {
35
- width: 50px
36
- }
37
-
38
- [dir=rtl] .styles\:rtl\:ml_-4 {
39
- margin-left: calc(var(--spacing-4) * -1)
40
- }
41
-
42
- .styles\:light\:text_red.light, .light .styles\:light\:text_red {
43
- color: red
44
- }
45
-
46
- .styles\:dark\:text_green.dark, .dark .styles\:dark\:text_green {
47
- color: green
48
- }
49
-
50
- .styles\:dark\:opacity_slate400.dark, .dark .styles\:dark\:opacity_slate400 {
51
- opacity: slate400
52
- }
53
-
54
- .styles\:left_20px,.styles\:\[\&_\>_p\]\:left_20px > p {
55
- left: 20px
56
- }
57
-
58
- .styles\:\[\&_\>_p\]\:light\:bg_red400 > p.light, .light .styles\:\[\&_\>_p\]\:light\:bg_red400 > p {
59
- background: red400
60
- }
61
-
62
- .styles\:\[\&_\>_p\]\:dark\:bg_green500 > p.dark, .dark .styles\:\[\&_\>_p\]\:dark\:bg_green500 > p {
63
- background: green500
64
- }
65
-
66
- [dir=rtl] .styles\:\[\&_\>_p\]\:rtl\:font_sans > p {
67
- font: sans
68
- }
69
-
70
- .styles\:\[\&\:\:placeholder\]\:left_40px::placeholder {
71
- left: 40px
72
- }
73
-
74
- .styles\:\[\&\:\:placeholder\]\:bg_red400::placeholder {
75
- background: red400
76
- }
77
-
78
- .styles\:all_unset {
79
- all: unset
80
- }
81
-
82
- .styles\:bg_red {
83
- background-color: red
84
- }
85
-
86
- .styles\:border_none {
87
- border: var(--borders-none)
88
- }
89
-
90
- .styles\:p_\$3_\$3 {
91
- padding: $3 $3
92
- }
93
-
94
- .styles\:rounded_\$button {
95
- border-radius: $button
96
- }
97
-
98
- .styles\:fs_\$xsmall {
99
- font-size: $xsmall
100
- }
101
-
102
- .styles\:cursor_pointer {
103
- cursor: pointer
104
- }
105
-
106
- .styles\:\[\&_\+_span\]\:ml_\$2 + span {
107
- margin-left: $2
108
- }
109
-
110
- .test .styles\:\[\.test_\&\]\:bg_blue {
111
- background-color: blue
112
- }
113
-
114
- .styles\:\[\&_\.my-class\]\:text_red .my-class,.styles\:\[\&_span\]\:text_red span,.styles\:\[\&_kbd\]\:text_red kbd {
115
- color: red
116
- }
117
-
118
- .\ \*\:text_token\(colors\.red\.400\) {
119
- color: var(--colors-red-400)
120
- }
121
-
122
- .\ \*\:border_1px_solid_token\(colors\.blue\.400\) {
123
- border: 1px solid var(--colors-blue-400)
124
- }
125
-
126
- .\ \*\:background-image_linear-gradient\(token\(colors\.red\.400\)\,_token\(colors\.blue\.400\)\) {
127
- background-image: linear-gradient(var(--colors-red-400), var(--colors-blue-400))
128
- }
129
-
130
- .\ \*\:text_token\(colors\.red\) {
131
- color: colors.red
132
- }
133
-
134
- .\ \*\:border_1px_solid_token\(colors\.blue\) {
135
- border: 1px solid colors.blue
136
- }
137
-
138
- .\ \*\:background-image_linear-gradient\(token\(colors\.red\)\,_token\(colors\.blue\)\) {
139
- background-image: linear-gradient(colors.red, colors.blue)
140
- }
141
-
142
- .\ \*\:text_token\(colors\.red\,_colors\.blue\) {
143
- color: var(colors.red, colors.blue)
144
- }
145
-
146
- .\ \*\:text_token\(colors\.magenta\,_pink\) {
147
- color: var(colors.magenta, pink)
148
- }
149
-
150
- .\ \*\:text_token\(colors\.red\.400\,_colors\.blue\.400\) {
151
- color: var(--colors-red-400, var(--colors-blue-400))
152
- }
153
-
154
- .\ \*\:text_token\(colors\.doesntexist\.400\,_pink\) {
155
- color: var('colors.doesntexist.400', pink)
156
- }
157
-
158
- .\[\.\[\@container_\(min-width\:_token\(sizes\.4xl\)\)\]\:text_green\]\:\[\@container_\(min-width\:_token\(sizes\.4xl\,_1280px\)\)\]\:\[\@layer_utilities\]\:text_green {
159
- color: green
160
- }
161
-
162
14
  .w_26px {
163
15
  width: 26px;
164
16
  }
@@ -1108,14 +960,6 @@
1108
960
  outline-color: var(--colors-neutral-400);
1109
961
  }
1110
962
 
1111
- .styles\:\[\&\:focus\,_\&\:hover\]\:shadow_none:focus, .styles\:\[\&\:focus\,_\&\:hover\]\:shadow_none:hover {
1112
- box-shadow: none
1113
- }
1114
-
1115
- :focus > .styles\:\[\:focus_\>_\&\]\:text_white {
1116
- color: var(--colors-white)
1117
- }
1118
-
1119
963
  .hover\:bg_gray\.100:where(:hover, [data-hover]) {
1120
964
  background-color: var(--colors-gray-100);
1121
965
  }
@@ -1152,18 +996,6 @@
1152
996
  border-bottom-color: var(--colors-black);
1153
997
  }
1154
998
 
1155
- input:hover .styles\:\[input\:hover_\&\]\:bg_red400 {
1156
- background: red400
1157
- }
1158
-
1159
- .styles\:hover\:bg_pink\.400:is(:hover, [data-hover]) {
1160
- background: var(--colors-pink-400)
1161
- }
1162
-
1163
- .styles\:hover\:text_pink\.400:is(:hover, [data-hover]) {
1164
- color: var(--colors-pink-400)
1165
- }
1166
-
1167
999
  .\[\&\:hover\]\:bg_\#4049f0:hover {
1168
1000
  background: #4049f0;
1169
1001
  }
@@ -1176,78 +1008,6 @@
1176
1008
  opacity: 0.8;
1177
1009
  }
1178
1010
 
1179
- @media screen and (min-width: 40em) {
1180
- [dir=ltr] .styles\:ltr\:sm\:ml_4 {
1181
- margin-left: var(--spacing-4)
1182
- }
1183
-
1184
- [dir=rtl] .styles\:sm\:rtl\:top_20px {
1185
- top: 20px
1186
- }
1187
- }
1188
-
1189
- @media screen and (min-width: 40em) {
1190
- .styles\:\[\&\:\:placeholder\]\:sm\:text_left::placeholder {
1191
- text-align: left
1192
- }
1193
- }
1194
-
1195
- @media screen and (min-width: 40em) {
1196
- .styles\:sm\:hover\:top_50px:is(:hover, [data-hover]) {
1197
- top: 50px
1198
- }
1199
- }
1200
-
1201
- @media screen and (min-width: 40em) {
1202
- [dir=ltr] .styles\:\[\&_\>_p\]\:ltr\:dark\:sm\:hover\:font_serif > p:is(:hover, [data-hover]).dark, .dark [dir=ltr] .styles\:\[\&_\>_p\]\:ltr\:dark\:sm\:hover\:font_serif > p:is(:hover, [data-hover]) {
1203
- font: serif
1204
- }
1205
- }
1206
-
1207
- @media screen and (min-width: 40em) {
1208
- input:hover .styles\:\[input\:hover_\&\]\:sm\:fs_14px {
1209
- font-size: 14px
1210
- }
1211
- }
1212
-
1213
- @media screen and (min-width: 40em) {
1214
- .styles\:hover\:sm\:dark\:bg_red\.300:is(:hover, [data-hover]).dark, .dark .styles\:hover\:sm\:dark\:bg_red\.300:is(:hover, [data-hover]) {
1215
- background: var(--colors-red-300)
1216
- }
1217
- }
1218
-
1219
- @media screen and (min-width: 40em) {
1220
- .styles\:hover\:disabled\:sm\:bg_red\.300:is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
1221
- background: var(--colors-red-300)
1222
- }
1223
- }
1224
-
1225
- @media screen and (min-width: 40em) {
1226
- .styles\:sm\:w_60px {
1227
- width: 60px
1228
- }
1229
- }
1230
-
1231
- @media (min-width: 768px) {
1232
- .styles\:\[\@media_\(min-width\:_768px\)\]\:bg_green {
1233
- background-color: green
1234
- }
1235
-
1236
- .styles\:\[\@media_\(min-width\:_768px\)\]\:fs_\$small {
1237
- font-size: $small
1238
- }
1239
-
1240
- .styles\:\[\@media_\(min-width\:_768px\)\]\:\[\&\:hover\]\:bg_yellow:hover {
1241
- background-color: yellow
1242
- }
1243
- }
1244
-
1245
- @media screen and (min-width: 48em) {
1246
- .styles\:\[\&_\>_p\]\:md\:left_40px > p,.styles\:md\:left_40px {
1247
- left: 40px
1248
- }
1249
- }
1250
-
1251
1011
  @media screen and (min-width: 768px) {
1252
1012
  .md\:px_6 {
1253
1013
  padding-inline: var(--spacing-6)
@@ -1259,42 +1019,4 @@
1259
1019
  padding-inline: var(--spacing-8)
1260
1020
  }
1261
1021
  }
1262
-
1263
- @media screen and (min-width: 64em) {
1264
- .styles\:lg\:top_120px {
1265
- top: 120px
1266
- }
1267
-
1268
- input:hover .styles\:\[input\:hover_\&\]\:lg\:fs_18px {
1269
- font-size: 18px
1270
- }
1271
- }
1272
-
1273
- @media base {
1274
- .styles\:\[\@media_base\]\:\[\&\:hover\]\:left_40px:hover {
1275
- left: 40px
1276
- }
1277
- }
1278
-
1279
- @media base {
1280
- @media screen and (min-width: 40em) {
1281
- .styles\:\[\@media_base\]\:\[\&\:hover\]\:sm\:text_left:hover {
1282
- text-align: left
1283
- }
1284
- }
1285
- }
1286
-
1287
- @media base {
1288
- .styles\:\[\@media_base\]\:left_40px {
1289
- left: 40px
1290
- }
1291
- }
1292
-
1293
- @media base {
1294
- @media screen and (min-width: 40em) {
1295
- .styles\:\[\@media_base\]\:sm\:text_left {
1296
- text-align: left
1297
- }
1298
- }
1299
- }
1300
1022
  }
@@ -1,216 +0,0 @@
1
- @layer utilities {
2
- .styles\:text_red\! {
3
- color: red !important
4
- }
5
-
6
- .styles\:fs_30px\! {
7
- font-size: 30px !important
8
- }
9
-
10
- .styles\:bg_red\.300 {
11
- background: var(--colors-red-300)
12
- }
13
-
14
- .styles\:w_20px {
15
- width: 20px
16
- }
17
-
18
- .styles\:w_70px {
19
- width: 70px
20
- }
21
-
22
- .styles\:w_50px {
23
- width: 50px
24
- }
25
- @media screen and (min-width: 40em) {
26
- [dir=ltr] .styles\:ltr\:sm\:ml_4 {
27
- margin-left: var(--spacing-4)
28
- }
29
- }
30
- [dir=rtl] .styles\:rtl\:ml_-4 {
31
- margin-left: calc(var(--spacing-4) * -1)
32
- }
33
- .styles\:light\:text_red.light, .light .styles\:light\:text_red {
34
- color: red
35
- }
36
- .styles\:dark\:text_green.dark, .dark .styles\:dark\:text_green {
37
- color: green
38
- }
39
- .styles\:dark\:opacity_slate400.dark, .dark .styles\:dark\:opacity_slate400 {
40
- opacity: slate400
41
- }
42
- @media screen and (min-width: 40em) {
43
- [dir=rtl] .styles\:sm\:rtl\:top_20px {
44
- top: 20px
45
- }
46
- }
47
- .styles\:left_20px,.styles\:\[\&_\>_p\]\:left_20px > p {
48
- left: 20px
49
- }
50
- @media screen and (min-width: 48em) {
51
- .styles\:\[\&_\>_p\]\:md\:left_40px > p {
52
- left: 40px
53
- }
54
- }
55
- .styles\:\[\&_\>_p\]\:light\:bg_red400 > p.light, .light .styles\:\[\&_\>_p\]\:light\:bg_red400 > p {
56
- background: red400
57
- }
58
- .styles\:\[\&_\>_p\]\:dark\:bg_green500 > p.dark, .dark .styles\:\[\&_\>_p\]\:dark\:bg_green500 > p {
59
- background: green500
60
- }
61
- [dir=rtl] .styles\:\[\&_\>_p\]\:rtl\:font_sans > p {
62
- font: sans
63
- }
64
- .styles\:\[\&\:\:placeholder\]\:left_40px::placeholder {
65
- left: 40px
66
- }
67
- .styles\:\[\&\:\:placeholder\]\:bg_red400::placeholder {
68
- background: red400
69
- }
70
- @media screen and (min-width: 40em) {
71
- .styles\:\[\&\:\:placeholder\]\:sm\:text_left::placeholder {
72
- text-align: left
73
- }
74
- }
75
-
76
- .styles\:all_unset {
77
- all: unset
78
- }
79
-
80
- .styles\:bg_red {
81
- background-color: red
82
- }
83
-
84
- .styles\:border_none {
85
- border: var(--borders-none)
86
- }
87
-
88
- .styles\:p_\$3_\$3 {
89
- padding: $3 $3
90
- }
91
-
92
- .styles\:rounded_\$button {
93
- border-radius: $button
94
- }
95
-
96
- .styles\:fs_\$xsmall {
97
- font-size: $xsmall
98
- }
99
-
100
- .styles\:cursor_pointer {
101
- cursor: pointer
102
- }
103
- .styles\:\[\&_\+_span\]\:ml_\$2 + span {
104
- margin-left: $2
105
- }
106
- .test .styles\:\[\.test_\&\]\:bg_blue {
107
- background-color: blue
108
- }
109
- .styles\:\[\&_\.my-class\]\:text_red .my-class,.styles\:\[\&_span\]\:text_red span,.styles\:\[\&_kbd\]\:text_red kbd {
110
- color: red
111
- }
112
- .styles\:\[\&\:focus\,_\&\:hover\]\:shadow_none:focus, .styles\:\[\&\:focus\,_\&\:hover\]\:shadow_none:hover {
113
- box-shadow: none
114
- }
115
- :focus > .styles\:\[\:focus_\>_\&\]\:text_white {
116
- color: var(--colors-white)
117
- }
118
- @media screen and (min-width: 40em) {
119
- .styles\:sm\:hover\:top_50px:is(:hover, [data-hover]) {
120
- top: 50px
121
- }
122
- }
123
- @media screen and (min-width: 40em) {
124
- [dir=ltr] .styles\:\[\&_\>_p\]\:ltr\:dark\:sm\:hover\:font_serif > p:is(:hover, [data-hover]).dark, .dark [dir=ltr] .styles\:\[\&_\>_p\]\:ltr\:dark\:sm\:hover\:font_serif > p:is(:hover, [data-hover]) {
125
- font: serif
126
- }
127
- }
128
- input:hover .styles\:\[input\:hover_\&\]\:bg_red400 {
129
- background: red400
130
- }
131
- @media screen and (min-width: 40em) {
132
- input:hover .styles\:\[input\:hover_\&\]\:sm\:fs_14px {
133
- font-size: 14px
134
- }
135
- }
136
- @media screen and (min-width: 64em) {
137
- input:hover .styles\:\[input\:hover_\&\]\:lg\:fs_18px {
138
- font-size: 18px
139
- }
140
- }
141
- .styles\:hover\:bg_pink\.400:is(:hover, [data-hover]) {
142
- background: var(--colors-pink-400)
143
- }
144
- @media screen and (min-width: 40em) {
145
- .styles\:hover\:sm\:dark\:bg_red\.300:is(:hover, [data-hover]).dark, .dark .styles\:hover\:sm\:dark\:bg_red\.300:is(:hover, [data-hover]) {
146
- background: var(--colors-red-300)
147
- }
148
- }
149
- .styles\:hover\:text_pink\.400:is(:hover, [data-hover]) {
150
- color: var(--colors-pink-400)
151
- }
152
- @media screen and (min-width: 40em) {
153
- .styles\:hover\:disabled\:sm\:bg_red\.300:is(:hover, [data-hover]):is(:disabled, [disabled], [data-disabled]) {
154
- background: var(--colors-red-300)
155
- }
156
- }
157
- @media base {
158
- .styles\:\[\@media_base\]\:\[\&\:hover\]\:left_40px:hover {
159
- left: 40px
160
- }
161
- }
162
- @media base {
163
- @media screen and (min-width: 40em) {
164
- .styles\:\[\@media_base\]\:\[\&\:hover\]\:sm\:text_left:hover {
165
- text-align: left
166
- }
167
- }
168
- }
169
- @media (min-width: 768px) {
170
- .styles\:\[\@media_\(min-width\:_768px\)\]\:\[\&\:hover\]\:bg_yellow:hover {
171
- background-color: yellow
172
- }
173
- }
174
- @media screen and (min-width: 40em) {
175
-
176
- .styles\:sm\:w_60px {
177
- width: 60px
178
- }
179
- }
180
- @media screen and (min-width: 64em) {
181
-
182
- .styles\:lg\:top_120px {
183
- top: 120px
184
- }
185
- }
186
- @media screen and (min-width: 48em) {
187
-
188
- .styles\:md\:left_40px {
189
- left: 40px
190
- }
191
- }
192
- @media base {
193
-
194
- .styles\:\[\@media_base\]\:left_40px {
195
- left: 40px
196
- }
197
- }
198
- @media base {
199
- @media screen and (min-width: 40em) {
200
-
201
- .styles\:\[\@media_base\]\:sm\:text_left {
202
- text-align: left
203
- }
204
- }
205
- }
206
- @media (min-width: 768px) {
207
-
208
- .styles\:\[\@media_\(min-width\:_768px\)\]\:bg_green {
209
- background-color: green
210
- }
211
-
212
- .styles\:\[\@media_\(min-width\:_768px\)\]\:fs_\$small {
213
- font-size: $small
214
- }
215
- }
216
- }
@@ -1,45 +0,0 @@
1
- @layer utilities {
2
- .\ \*\:text_token\(colors\.red\.400\) {
3
- color: var(--colors-red-400)
4
- }
5
-
6
- .\ \*\:border_1px_solid_token\(colors\.blue\.400\) {
7
- border: 1px solid var(--colors-blue-400)
8
- }
9
-
10
- .\ \*\:background-image_linear-gradient\(token\(colors\.red\.400\)\,_token\(colors\.blue\.400\)\) {
11
- background-image: linear-gradient(var(--colors-red-400), var(--colors-blue-400))
12
- }
13
-
14
- .\ \*\:text_token\(colors\.red\) {
15
- color: colors.red
16
- }
17
-
18
- .\ \*\:border_1px_solid_token\(colors\.blue\) {
19
- border: 1px solid colors.blue
20
- }
21
-
22
- .\ \*\:background-image_linear-gradient\(token\(colors\.red\)\,_token\(colors\.blue\)\) {
23
- background-image: linear-gradient(colors.red, colors.blue)
24
- }
25
-
26
- .\ \*\:text_token\(colors\.red\,_colors\.blue\) {
27
- color: var(colors.red, colors.blue)
28
- }
29
-
30
- .\ \*\:text_token\(colors\.magenta\,_pink\) {
31
- color: var(colors.magenta, pink)
32
- }
33
-
34
- .\ \*\:text_token\(colors\.red\.400\,_colors\.blue\.400\) {
35
- color: var(--colors-red-400, var(--colors-blue-400))
36
- }
37
-
38
- .\ \*\:text_token\(colors\.doesntexist\.400\,_pink\) {
39
- color: var('colors.doesntexist.400', pink)
40
- }
41
-
42
- .\[\.\[\@container_\(min-width\:_token\(sizes\.4xl\)\)\]\:text_green\]\:\[\@container_\(min-width\:_token\(sizes\.4xl\,_1280px\)\)\]\:\[\@layer_utilities\]\:text_green {
43
- color: green
44
- }
45
- }