Skip to content

Commit e2756de

Browse files
authored
add tcss
1 parent a46ee78 commit e2756de

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

public/assets/core.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@tailwind base;
2+
@tailwind components;
3+
@tailwind utilities;

tailwind.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/** @type {import('tailwindcss').Config} */
2+
module.exports = {
3+
content: ["./**/*.{html,js,php}"],
4+
theme: {
5+
extend: {},
6+
},
7+
plugins: [],
8+
}
9+
10+
// npx tailwindcss -i ./public/assets/core.css -o ./public/assets/tailwind.min.css --minify

0 commit comments

Comments
 (0)