mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Name responsive font family utilities the same as non-responsive
This commit is contained in:
parent
0ad848ba80
commit
24f114e364
@ -166,9 +166,9 @@
|
||||
}
|
||||
|
||||
.responsive({
|
||||
&text-sans { .sans; }
|
||||
&text-serif { .serif; }
|
||||
&text-mono { .mono; }
|
||||
&sans { .sans; }
|
||||
&serif { .serif; }
|
||||
&mono { .mono; }
|
||||
&text-center { .text-center; }
|
||||
&text-left { .text-left; }
|
||||
&text-right { .text-right; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user