mirror of
https://github.com/Molunerfinn/PicGo.git
synced 2024-04-21 10:31:33 +00:00
🐛 Fix: tailwind css bug
This commit is contained in:
+5
-1
@@ -14,5 +14,9 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
// due to https://github.com/tailwindlabs/tailwindcss/issues/6602 - buttons disappear
|
||||
preflight: false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user