WIP Debootstrapify

This commit is contained in:
Björn Fromme
2021-07-28 18:08:27 +02:00
parent fad342147e
commit 380a18357f
5 changed files with 122 additions and 38 deletions
+4 -3
View File
@@ -22,6 +22,10 @@ module.exports = {
],
},
theme: {
container: {
center: true,
padding: '2rem',
},
fontFamily: {
'sans': [ 'Lato', 'sans-serif' ],
},
@@ -109,7 +113,4 @@ module.exports = {
plugins: [
require('@tailwindcss/custom-forms'),
],
corePlugins: {
container: false,
}
}