aggiunto e testato quasar apps
This commit is contained in:
@@ -2,9 +2,8 @@ module.exports = {
|
||||
darkMode: "class",
|
||||
content: [
|
||||
"./web/templates/**/*.{html,gohtml}",
|
||||
"./web/static/**/*.js",
|
||||
"./node_modules/flowbite/**/*.js"
|
||||
"./web/static/**/*.js"
|
||||
],
|
||||
theme: { extend: {} },
|
||||
plugins: [require("flowbite/plugin")]
|
||||
plugins: []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user