aggiornato per uso di taiwind
This commit is contained in:
5
flowbite-ui/input.css
Normal file
5
flowbite-ui/input.css
Normal file
@@ -0,0 +1,5 @@
|
||||
@config "./tailwind.config.js";
|
||||
@source "../web/templates/**/*.{html,gohtml}";
|
||||
@source "../web/static/**/*.js";
|
||||
@source "./node_modules/flowbite/**/*.js";
|
||||
@import "tailwindcss";
|
||||
1312
flowbite-ui/package-lock.json
generated
Normal file
1312
flowbite-ui/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
17
flowbite-ui/package.json
Normal file
17
flowbite-ui/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "trustcontact-flowbite",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"tw:build": "npx @tailwindcss/cli -i ./input.css -o ../web/static/css/app.css --minify",
|
||||
"tw:watch": "npx @tailwindcss/cli -i ./input.css -o ../web/static/css/app.css --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "^4.1.13",
|
||||
"tailwindcss": "^4.1.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"flowbite": "^3.1.2",
|
||||
"htmx.org": "^2.0.6"
|
||||
}
|
||||
}
|
||||
9
flowbite-ui/tailwind.config.js
Normal file
9
flowbite-ui/tailwind.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"../web/templates/**/*.{html,gohtml}",
|
||||
"../web/static/**/*.js",
|
||||
"./node_modules/flowbite/**/*.js"
|
||||
],
|
||||
theme: { extend: {} },
|
||||
plugins: [require("flowbite/plugin")]
|
||||
};
|
||||
Reference in New Issue
Block a user