|
167 | 167 | .absolute { |
168 | 168 | position: absolute; |
169 | 169 | } |
170 | | - .fixed { |
171 | | - position: fixed; |
172 | | - } |
173 | 170 | .relative { |
174 | 171 | position: relative; |
175 | 172 | } |
|
206 | 203 | .contents { |
207 | 204 | display: contents; |
208 | 205 | } |
209 | | - .inline { |
210 | | - display: inline; |
211 | | - } |
212 | 206 | .table { |
213 | 207 | display: table; |
214 | 208 | } |
215 | | - .shrink { |
216 | | - flex-shrink: 1; |
217 | | - } |
218 | | - .grow { |
219 | | - flex-grow: 1; |
220 | | - } |
221 | 209 | .transform { |
222 | 210 | transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); |
223 | 211 | } |
224 | | - .resize { |
225 | | - resize: both; |
226 | | - } |
227 | 212 | .truncate { |
228 | 213 | overflow: hidden; |
229 | 214 | text-overflow: ellipsis; |
|
248 | 233 | .uppercase { |
249 | 234 | text-transform: uppercase; |
250 | 235 | } |
251 | | - .filter { |
252 | | - filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); |
253 | | - } |
254 | 236 | .select-none { |
255 | 237 | -webkit-user-select: none; |
256 | 238 | user-select: none; |
|
280 | 262 | syntax: "*"; |
281 | 263 | inherits: false; |
282 | 264 | } |
283 | | -@property --tw-blur { |
284 | | - syntax: "*"; |
285 | | - inherits: false; |
286 | | -} |
287 | | -@property --tw-brightness { |
288 | | - syntax: "*"; |
289 | | - inherits: false; |
290 | | -} |
291 | | -@property --tw-contrast { |
292 | | - syntax: "*"; |
293 | | - inherits: false; |
294 | | -} |
295 | | -@property --tw-grayscale { |
296 | | - syntax: "*"; |
297 | | - inherits: false; |
298 | | -} |
299 | | -@property --tw-hue-rotate { |
300 | | - syntax: "*"; |
301 | | - inherits: false; |
302 | | -} |
303 | | -@property --tw-invert { |
304 | | - syntax: "*"; |
305 | | - inherits: false; |
306 | | -} |
307 | | -@property --tw-opacity { |
308 | | - syntax: "*"; |
309 | | - inherits: false; |
310 | | -} |
311 | | -@property --tw-saturate { |
312 | | - syntax: "*"; |
313 | | - inherits: false; |
314 | | -} |
315 | | -@property --tw-sepia { |
316 | | - syntax: "*"; |
317 | | - inherits: false; |
318 | | -} |
319 | | -@property --tw-drop-shadow { |
320 | | - syntax: "*"; |
321 | | - inherits: false; |
322 | | -} |
323 | | -@property --tw-drop-shadow-color { |
324 | | - syntax: "*"; |
325 | | - inherits: false; |
326 | | -} |
327 | | -@property --tw-drop-shadow-alpha { |
328 | | - syntax: "<percentage>"; |
329 | | - inherits: false; |
330 | | - initial-value: 100%; |
331 | | -} |
332 | | -@property --tw-drop-shadow-size { |
333 | | - syntax: "*"; |
334 | | - inherits: false; |
335 | | -} |
336 | 265 | @layer properties { |
337 | 266 | @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) { |
338 | 267 | *, ::before, ::after, ::backdrop { |
|
342 | 271 | --tw-skew-x: initial; |
343 | 272 | --tw-skew-y: initial; |
344 | 273 | --tw-leading: initial; |
345 | | - --tw-blur: initial; |
346 | | - --tw-brightness: initial; |
347 | | - --tw-contrast: initial; |
348 | | - --tw-grayscale: initial; |
349 | | - --tw-hue-rotate: initial; |
350 | | - --tw-invert: initial; |
351 | | - --tw-opacity: initial; |
352 | | - --tw-saturate: initial; |
353 | | - --tw-sepia: initial; |
354 | | - --tw-drop-shadow: initial; |
355 | | - --tw-drop-shadow-color: initial; |
356 | | - --tw-drop-shadow-alpha: 100%; |
357 | | - --tw-drop-shadow-size: initial; |
358 | 274 | } |
359 | 275 | } |
360 | 276 | } |
0 commit comments