mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
20 lines
421 B
CSS
20 lines
421 B
CSS
.group:hover .group-hover_focus-within_text-left:focus-within {
|
|
text-align: left;
|
|
}
|
|
[dir='rtl'] .rtl_active_text-center:active {
|
|
text-align: center;
|
|
}
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
.motion-safe_hover_text-center:hover {
|
|
text-align: center;
|
|
}
|
|
}
|
|
.dark .dark_focus_text-left:focus {
|
|
text-align: left;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.md_hover_text-right:hover {
|
|
text-align: right;
|
|
}
|
|
}
|