Remove prefixes

This commit is contained in:
Oliver Davies 2019-04-02 10:41:53 +01:00
parent 1aa30d92bd
commit 2e315c20d6

View file

@ -1,5 +1,5 @@
@media (min-height: theme('screens.md')) {
main {
@apply tw-flex tw-flex-col tw-justify-center tw-h-full
@apply flex flex-col justify-center h-full
}
}