fix safari card style

This commit is contained in:
jxxghp
2023-06-30 12:50:39 +08:00
parent 2a97fd54a9
commit 27259d5862
9 changed files with 110 additions and 111 deletions
+7 -1
View File
@@ -4,6 +4,12 @@ module.exports = {
theme: {
extend: {},
},
plugins: [],
corePlugins: {
aspectRatio: false,
},
plugins: [
require('@tailwindcss/aspect-ratio'),
// ...
],
}