Init project
This commit is contained in:
parent
050fdb4f64
commit
e5d6c890a8
46 changed files with 7856 additions and 0 deletions
21
cms/tailwind.config.cjs
Normal file
21
cms/tailwind.config.cjs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
const config = {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
styled: true,
|
||||
themes: ["cupcake","cmyk"],
|
||||
base: true,
|
||||
utils: true,
|
||||
logs: true,
|
||||
rtl: false,
|
||||
prefix: "",
|
||||
darkTheme: "dark",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue