refactor: update configuration files to use ES module syntax and integrate Tailwind CSS

This commit is contained in:
2026-06-02 01:41:01 +00:00
committed by hueso
parent 98c6e04a16
commit 4469ccb30a
4 changed files with 6 additions and 8 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
@import './base.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "./base.css" layer(base);
@import "tailwindcss";
#app {
width: 100%;