Add TailwindCSS

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-12-28 11:10:14 +01:00
parent 7f665daaf3
commit 65249b60f2
7 changed files with 196 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ import filters from "./filters";
import { i18n } from "./utils/i18n";
import apolloProvider from "./vue-apollo";
import "./registerServiceWorker";
import "./assets/tailwind.css";
Vue.config.productionTip = false;