add tailwind support

This commit is contained in:
Thomas Ruoff
2021-02-16 23:25:23 +01:00
parent 568ff80a18
commit 0f06bed517
5 changed files with 470 additions and 20 deletions

View File

@@ -1,7 +1,3 @@
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
@tailwind base;
@tailwind components;
@tailwind utilities;