Setup tailwindcss and daisyui
This commit is contained in:
parent
cef077e986
commit
875be278dc
7 changed files with 1445 additions and 2 deletions
8
tailwind.config.js
Normal file
8
tailwind.config.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./src/routes/**/*.lisp",
|
||||
"./src/ui/**/*.lisp"
|
||||
],
|
||||
plugins: [require("daisyui")],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue