First Working version. I can add table
This commit is contained in:
16
src/assets/tailwind.config.js
Normal file
16
src/assets/tailwind.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// THis does not work as module is not defined !!!
|
||||
module.exports = {
|
||||
//...
|
||||
daisyui: {
|
||||
themes: [
|
||||
{
|
||||
light: {
|
||||
...require("daisyui/src/theming/themes")["light"],
|
||||
"primary": "blue",
|
||||
"secondary": "teal",
|
||||
"accent": "#37cdbe",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user