fix purge

This commit is contained in:
Julián Benegas
2020-10-24 02:45:39 -03:00
parent af12409f95
commit c5be2574d7
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.root {
@apply mx-auto grid grid-cols-1 py-32 gap-4;
@screen md {
@apply grid-cols-2;
}
}