Name responsive font family utilities the same as non-responsive

This commit is contained in:
Adam Wathan 2017-08-18 19:44:06 -04:00
parent 0ad848ba80
commit 24f114e364

View File

@ -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; }