Skip to content
Snippets Groups Projects

Persistance

Closed BRUA HUGO requested to merge persistance into main
Viewing commit 687a825e
Show latest version
2 files
+ 5
2
Preferences
Compare changes
Files
2
+ 3
1
@@ -8,5 +8,7 @@ module.exports = {
variants: {
extend: {},
},
plugins: [],
plugins: [
require('@tailwindcss/forms')
],
}