twprops
Version:
A CSS library mixing OpenProps usage and TailwindCSS naming and units
10 lines (9 loc) • 379 B
CSS
*:where(html) {
--transition: color, background-color, border-color, text-decoration-color,
fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
--transition-colors: color, background-color, border-color,
text-decoration-color, fill, stroke;
--transition-opacity: opacity;
--transition-shadow: box-shadow;
--transition-transform: transform;
}