1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

fix hidden confirm button

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-01-30 23:57:37 +05:30
parent 921f5ee883
commit 85c3881dcd
5 changed files with 6 additions and 17 deletions
+1 -4
View File
@@ -4,8 +4,5 @@ module.exports = {
theme: {
extend: {},
},
plugins: [
require("@tailwindcss/typography"),
require("@tailwindcss/aspect-ratio"),
],
plugins: [require("@tailwindcss/typography")],
};