tailwindcss 3.2.0 → 3.2.1
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/CHANGELOG.md +2292 -0
- package/README.md +3 -3
- package/lib/cli/build/plugin.js +16 -0
- package/lib/cli/build/watching.js +1 -1
- package/lib/util/pluginUtils.js +6 -5
- package/package.json +2 -3
- package/peers/index.js +147 -71
- package/src/cli/build/plugin.js +20 -0
- package/src/cli/build/watching.js +1 -1
- package/src/util/pluginUtils.js +11 -5
- package/stubs/defaultConfig.stub.js +1 -0
- package/types/config.d.ts +1 -0
- package/peers/.DS_Store +0 -0
- package/peers/.svgo.yml +0 -75
- package/peers/orders/concentric-css.json +0 -299
- package/peers/orders/smacss.json +0 -299
- package/peers/orders/source.json +0 -295
- package/src/.DS_Store +0 -0
- package/tmp.css +0 -11
- package/tmp.dependency-graph.js +0 -2
- package/tmp.in.css +0 -3
- package/tmp.js +0 -0
- package/tmp.out.css +0 -524
package/peers/orders/source.json
DELETED
|
@@ -1,295 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
"align-content",
|
|
3
|
-
"align-items",
|
|
4
|
-
"align-self",
|
|
5
|
-
"all",
|
|
6
|
-
"animation",
|
|
7
|
-
"animation-delay",
|
|
8
|
-
"animation-direction",
|
|
9
|
-
"animation-duration",
|
|
10
|
-
"animation-fill-mode",
|
|
11
|
-
"animation-iteration-count",
|
|
12
|
-
"animation-name",
|
|
13
|
-
"animation-play-state",
|
|
14
|
-
"animation-timing-function",
|
|
15
|
-
"backdrop-filter",
|
|
16
|
-
"backface-visibility",
|
|
17
|
-
"background",
|
|
18
|
-
"background-attachment",
|
|
19
|
-
"background-blend-mode",
|
|
20
|
-
"background-clip",
|
|
21
|
-
"background-color",
|
|
22
|
-
"background-image",
|
|
23
|
-
"background-origin",
|
|
24
|
-
"background-position",
|
|
25
|
-
"background-position-x",
|
|
26
|
-
"background-position-y",
|
|
27
|
-
"background-repeat",
|
|
28
|
-
"background-size",
|
|
29
|
-
"block-size",
|
|
30
|
-
"border",
|
|
31
|
-
"border-block-end",
|
|
32
|
-
"border-block-end-color",
|
|
33
|
-
"border-block-end-style",
|
|
34
|
-
"border-block-end-width",
|
|
35
|
-
"border-block-start",
|
|
36
|
-
"border-block-start-color",
|
|
37
|
-
"border-block-start-style",
|
|
38
|
-
"border-block-start-width",
|
|
39
|
-
"border-bottom",
|
|
40
|
-
"border-bottom-color",
|
|
41
|
-
"border-bottom-left-radius",
|
|
42
|
-
"border-bottom-right-radius",
|
|
43
|
-
"border-bottom-style",
|
|
44
|
-
"border-bottom-width",
|
|
45
|
-
"border-collapse",
|
|
46
|
-
"border-color",
|
|
47
|
-
"border-image",
|
|
48
|
-
"border-image-outset",
|
|
49
|
-
"border-image-repeat",
|
|
50
|
-
"border-image-slice",
|
|
51
|
-
"border-image-source",
|
|
52
|
-
"border-image-width",
|
|
53
|
-
"border-inline-end",
|
|
54
|
-
"border-inline-end-color",
|
|
55
|
-
"border-inline-end-style",
|
|
56
|
-
"border-inline-end-width",
|
|
57
|
-
"border-inline-start",
|
|
58
|
-
"border-inline-start-color",
|
|
59
|
-
"border-inline-start-style",
|
|
60
|
-
"border-inline-start-width",
|
|
61
|
-
"border-left",
|
|
62
|
-
"border-left-color",
|
|
63
|
-
"border-left-style",
|
|
64
|
-
"border-left-width",
|
|
65
|
-
"border-radius",
|
|
66
|
-
"border-right",
|
|
67
|
-
"border-right-color",
|
|
68
|
-
"border-right-style",
|
|
69
|
-
"border-right-width",
|
|
70
|
-
"border-spacing",
|
|
71
|
-
"border-style",
|
|
72
|
-
"border-top",
|
|
73
|
-
"border-top-color",
|
|
74
|
-
"border-top-left-radius",
|
|
75
|
-
"border-top-right-radius",
|
|
76
|
-
"border-top-style",
|
|
77
|
-
"border-top-width",
|
|
78
|
-
"border-width",
|
|
79
|
-
"bottom",
|
|
80
|
-
"box-decoration-break",
|
|
81
|
-
"box-shadow",
|
|
82
|
-
"box-sizing",
|
|
83
|
-
"break-after",
|
|
84
|
-
"break-before",
|
|
85
|
-
"break-inside",
|
|
86
|
-
"caption-side",
|
|
87
|
-
"caret-color",
|
|
88
|
-
"clear",
|
|
89
|
-
"clip-path",
|
|
90
|
-
"color",
|
|
91
|
-
"column-count",
|
|
92
|
-
"column-fill",
|
|
93
|
-
"column-gap",
|
|
94
|
-
"column-rule",
|
|
95
|
-
"column-rule-color",
|
|
96
|
-
"column-rule-style",
|
|
97
|
-
"column-rule-width",
|
|
98
|
-
"column-span",
|
|
99
|
-
"column-width",
|
|
100
|
-
"columns",
|
|
101
|
-
"content",
|
|
102
|
-
"counter-increment",
|
|
103
|
-
"counter-reset",
|
|
104
|
-
"cursor",
|
|
105
|
-
"direction",
|
|
106
|
-
"display",
|
|
107
|
-
"empty-cells",
|
|
108
|
-
"filter",
|
|
109
|
-
"flex",
|
|
110
|
-
"flex-basis",
|
|
111
|
-
"flex-direction",
|
|
112
|
-
"flex-flow",
|
|
113
|
-
"flex-grow",
|
|
114
|
-
"flex-shrink",
|
|
115
|
-
"flex-wrap",
|
|
116
|
-
"float",
|
|
117
|
-
"font",
|
|
118
|
-
"font-family",
|
|
119
|
-
"font-feature-settings",
|
|
120
|
-
"font-kerning",
|
|
121
|
-
"font-language-override",
|
|
122
|
-
"font-optical-sizing",
|
|
123
|
-
"font-size",
|
|
124
|
-
"font-size-adjust",
|
|
125
|
-
"font-stretch",
|
|
126
|
-
"font-style",
|
|
127
|
-
"font-synthesis",
|
|
128
|
-
"font-variant",
|
|
129
|
-
"font-variant-alternates",
|
|
130
|
-
"font-variant-caps",
|
|
131
|
-
"font-variant-east-asian",
|
|
132
|
-
"font-variant-ligatures",
|
|
133
|
-
"font-variant-numeric",
|
|
134
|
-
"font-variant-position",
|
|
135
|
-
"font-weight",
|
|
136
|
-
"grid",
|
|
137
|
-
"grid-area",
|
|
138
|
-
"grid-auto-columns",
|
|
139
|
-
"grid-auto-flow",
|
|
140
|
-
"grid-auto-rows",
|
|
141
|
-
"grid-column",
|
|
142
|
-
"grid-column-end",
|
|
143
|
-
"grid-column-start",
|
|
144
|
-
"grid-row",
|
|
145
|
-
"grid-row-end",
|
|
146
|
-
"grid-row-start",
|
|
147
|
-
"grid-template",
|
|
148
|
-
"grid-template-areas",
|
|
149
|
-
"grid-template-columns",
|
|
150
|
-
"grid-template-rows",
|
|
151
|
-
"height",
|
|
152
|
-
"hyphens",
|
|
153
|
-
"image-orientation",
|
|
154
|
-
"image-rendering",
|
|
155
|
-
"initial-letter",
|
|
156
|
-
"initial-letter-align",
|
|
157
|
-
"inline-size",
|
|
158
|
-
"isolation",
|
|
159
|
-
"justify-content",
|
|
160
|
-
"justify-items",
|
|
161
|
-
"justify-self",
|
|
162
|
-
"left",
|
|
163
|
-
"letter-spacing",
|
|
164
|
-
"line-break",
|
|
165
|
-
"line-height",
|
|
166
|
-
"list-style",
|
|
167
|
-
"list-style-image",
|
|
168
|
-
"list-style-position",
|
|
169
|
-
"list-style-type",
|
|
170
|
-
"margin",
|
|
171
|
-
"margin-block-end",
|
|
172
|
-
"margin-block-start",
|
|
173
|
-
"margin-bottom",
|
|
174
|
-
"margin-inline-end",
|
|
175
|
-
"margin-inline-start",
|
|
176
|
-
"margin-left",
|
|
177
|
-
"margin-right",
|
|
178
|
-
"margin-top",
|
|
179
|
-
"mask",
|
|
180
|
-
"mask-clip",
|
|
181
|
-
"mask-image",
|
|
182
|
-
"mask-origin",
|
|
183
|
-
"mask-position",
|
|
184
|
-
"mask-repeat",
|
|
185
|
-
"mask-size",
|
|
186
|
-
"mask-type",
|
|
187
|
-
"max-block-size",
|
|
188
|
-
"max-height",
|
|
189
|
-
"max-inline-size",
|
|
190
|
-
"max-width",
|
|
191
|
-
"min-block-size",
|
|
192
|
-
"min-height",
|
|
193
|
-
"min-inline-size",
|
|
194
|
-
"min-width",
|
|
195
|
-
"mix-blend-mode",
|
|
196
|
-
"object-fit",
|
|
197
|
-
"object-position",
|
|
198
|
-
"offset-block-end",
|
|
199
|
-
"offset-block-start",
|
|
200
|
-
"offset-inline-end",
|
|
201
|
-
"offset-inline-start",
|
|
202
|
-
"opacity",
|
|
203
|
-
"order",
|
|
204
|
-
"orphans",
|
|
205
|
-
"outline",
|
|
206
|
-
"outline-color",
|
|
207
|
-
"outline-offset",
|
|
208
|
-
"outline-style",
|
|
209
|
-
"outline-width",
|
|
210
|
-
"overflow",
|
|
211
|
-
"overflow-wrap",
|
|
212
|
-
"overflow-x",
|
|
213
|
-
"overflow-y",
|
|
214
|
-
"padding",
|
|
215
|
-
"padding-block-end",
|
|
216
|
-
"padding-block-start",
|
|
217
|
-
"padding-bottom",
|
|
218
|
-
"padding-inline-end",
|
|
219
|
-
"padding-inline-start",
|
|
220
|
-
"padding-left",
|
|
221
|
-
"padding-right",
|
|
222
|
-
"padding-top",
|
|
223
|
-
"page-break-after",
|
|
224
|
-
"page-break-before",
|
|
225
|
-
"page-break-inside",
|
|
226
|
-
"perspective",
|
|
227
|
-
"perspective-origin",
|
|
228
|
-
"place-content",
|
|
229
|
-
"place-items",
|
|
230
|
-
"place-self",
|
|
231
|
-
"pointer-events",
|
|
232
|
-
"position",
|
|
233
|
-
"quotes",
|
|
234
|
-
"resize",
|
|
235
|
-
"right",
|
|
236
|
-
"rotate",
|
|
237
|
-
"ruby-align",
|
|
238
|
-
"ruby-position",
|
|
239
|
-
"scale",
|
|
240
|
-
"scroll-behavior",
|
|
241
|
-
"scroll-snap-coordinate",
|
|
242
|
-
"scroll-snap-destination",
|
|
243
|
-
"scroll-snap-type",
|
|
244
|
-
"shape-image-threshold",
|
|
245
|
-
"shape-margin",
|
|
246
|
-
"shape-outside",
|
|
247
|
-
"tab-size",
|
|
248
|
-
"table-layout",
|
|
249
|
-
"text-align",
|
|
250
|
-
"text-align-last",
|
|
251
|
-
"text-combine-upright",
|
|
252
|
-
"text-decoration",
|
|
253
|
-
"text-decoration-color",
|
|
254
|
-
"text-decoration-line",
|
|
255
|
-
"text-decoration-skip",
|
|
256
|
-
"text-decoration-skip-ink",
|
|
257
|
-
"text-decoration-style",
|
|
258
|
-
"text-emphasis",
|
|
259
|
-
"text-emphasis-color",
|
|
260
|
-
"text-emphasis-position",
|
|
261
|
-
"text-emphasis-style",
|
|
262
|
-
"text-indent",
|
|
263
|
-
"text-justify",
|
|
264
|
-
"text-orientation",
|
|
265
|
-
"text-overflow",
|
|
266
|
-
"text-rendering",
|
|
267
|
-
"text-shadow",
|
|
268
|
-
"text-size-adjust",
|
|
269
|
-
"text-transform",
|
|
270
|
-
"text-underline-position",
|
|
271
|
-
"top",
|
|
272
|
-
"touch-action",
|
|
273
|
-
"transform",
|
|
274
|
-
"transform-box",
|
|
275
|
-
"transform-origin",
|
|
276
|
-
"transform-style",
|
|
277
|
-
"transition",
|
|
278
|
-
"transition-delay",
|
|
279
|
-
"transition-duration",
|
|
280
|
-
"transition-property",
|
|
281
|
-
"transition-timing-function",
|
|
282
|
-
"unicode-bidi",
|
|
283
|
-
"unicode-range",
|
|
284
|
-
"user-select",
|
|
285
|
-
"vertical-align",
|
|
286
|
-
"visibility",
|
|
287
|
-
"white-space",
|
|
288
|
-
"widows",
|
|
289
|
-
"width",
|
|
290
|
-
"will-change",
|
|
291
|
-
"word-break",
|
|
292
|
-
"word-spacing",
|
|
293
|
-
"writing-mode",
|
|
294
|
-
"z-index"
|
|
295
|
-
]
|
package/src/.DS_Store
DELETED
|
Binary file
|
package/tmp.css
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
@media (prefers-color-scheme: dark) {
|
|
2
|
-
@supports (hover: hover) {
|
|
3
|
-
.dark\:\[\@supports\(hover\:hover\)\]\:hover\:\[\&\>\*\]\:\(\[--potato\:baked\]\2c
|
|
4
|
-
bg-\[\#0088cc\]\)
|
|
5
|
-
> *:hover {
|
|
6
|
-
--tw-bg-opacity: 1;
|
|
7
|
-
background-color: rgb(0 136 204 / var(--tw-bg-opacity));
|
|
8
|
-
--potato: baked;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
package/tmp.dependency-graph.js
DELETED
package/tmp.in.css
DELETED
package/tmp.js
DELETED
|
File without changes
|