Milestone 1.
This commit is contained in:
17
tailwind.config.js
Normal file
17
tailwind.config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
import daisyui from "daisyui";
|
||||
|
||||
export default {
|
||||
// Make sure all files that contain Tailwind/DaisyUI classes are included here
|
||||
content: [
|
||||
"./app/templates/**/*.html",
|
||||
"./app/static/js/**/*.js"
|
||||
],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: [daisyui],
|
||||
daisyui: {
|
||||
themes: ["light", "dark", "cupcake"]
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user