feat: add product view page
This commit is contained in:
@@ -4,7 +4,11 @@ module.exports = {
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
gridTemplateRows: {
|
||||
'[auto,auto,1fr]': 'auto auto 1fr',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [require("daisyui")], // убери строку, если DaisyUI не нужен
|
||||
plugins: [require("daisyui")],
|
||||
};
|
||||
Reference in New Issue
Block a user