work on styles

This commit is contained in:
Thomas Ruoff
2021-02-21 23:12:32 +01:00
parent a86c9dc3f5
commit fb91b1cbc8
15 changed files with 116 additions and 133 deletions

View File

@@ -7,5 +7,5 @@ module.exports = {
variants: {
extend: {},
},
plugins: [],
plugins: [require('@tailwindcss/forms')],
}