format
This commit is contained in:
parent
28c4589864
commit
ce06ac5f0e
1 changed files with 3 additions and 3 deletions
|
|
@ -5,14 +5,14 @@ module.exports = {
|
||||||
darkMode: ["class"],
|
darkMode: ["class"],
|
||||||
safelist: ["dark"],
|
safelist: ["dark"],
|
||||||
prefix: "",
|
prefix: "",
|
||||||
|
|
||||||
content: [
|
content: [
|
||||||
'./pages/**/*.{ts,tsx,vue}',
|
'./pages/**/*.{ts,tsx,vue}',
|
||||||
'./components/**/*.{ts,tsx,vue}',
|
'./components/**/*.{ts,tsx,vue}',
|
||||||
'./app/**/*.{ts,tsx,vue}',
|
'./app/**/*.{ts,tsx,vue}',
|
||||||
'./src/**/*.{ts,tsx,vue}',
|
'./src/**/*.{ts,tsx,vue}',
|
||||||
],
|
],
|
||||||
|
|
||||||
theme: {
|
theme: {
|
||||||
container: {
|
container: {
|
||||||
center: true,
|
center: true,
|
||||||
|
|
@ -79,4 +79,4 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [animate],
|
plugins: [animate],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue