don't use tailwindcss/forms in website

This commit is contained in:
Vyacheslav Matyukhin 2022-06-14 12:05:13 +03:00
parent 2842965913
commit a9ebd5b961
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -3,5 +3,4 @@ module.exports = {
theme: {
extend: {},
},
plugins: [require("@tailwindcss/forms")],
};