refactor: move spa to frontend folder
This commit is contained in:
16
frontend/spa/tailwind.config.js
Normal file
16
frontend/spa/tailwind.config.js
Normal file
@@ -0,0 +1,16 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
gridTemplateRows: {
|
||||
'[auto,auto,1fr]': 'auto auto 1fr',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require("daisyui"),
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user