Split out tailwind css into multiple files for reload perf

This commit is contained in:
paco
2020-10-08 12:26:37 -06:00
parent 7b012564b0
commit 9b1ac73e89
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,4 @@
@import './font.css';
@tailwind base;
@tailwind components;
:root {
/* Spacing variables */
@@ -190,5 +188,3 @@ body {
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@tailwind utilities;

2
assets/tailwind.css Normal file
View File

@@ -0,0 +1,2 @@
@tailwind base;
@tailwind components;

1
assets/utils.css Normal file
View File

@@ -0,0 +1 @@
@tailwind utilities;