1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): fix styles for <small> #211

This commit is contained in:
Awilum
2020-01-31 17:32:50 +03:00
parent f4e4d2fe11
commit 7fc9c67924

View File

@@ -11,5 +11,5 @@ main
small
{
@apply opacity-75 text-xs;
@apply block mt-1 opacity-75 text-xs;
}