Skip to content

Commit 7cc72ac

Browse files
committed
fix css:build
1 parent 0890f74 commit 7cc72ac

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

internal/web/tailwind.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
/* This file is an entrypoint for the TailwindCSS compiler */
2-
3-
@tailwind base;
4-
@tailwind components;
5-
@tailwind utilities;
2+
@import "tailwindcss";
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
module.exports = {
1+
export default {
22
plugins: {
33
autoprefixer: {},
44
cssnano: {},
5-
"@tailwindcss/postcss": {}
5+
"@tailwindcss/postcss": {},
66
}
7-
};
7+
}

0 commit comments

Comments
 (0)