tailwind config
This commit is contained in:
7
static/package.json
Normal file
7
static/package.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "madplaner-css",
|
||||
"version": "1.0.0",
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.1"
|
||||
}
|
||||
}
|
||||
3
static/src/input.css
Normal file
3
static/src/input.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user