feat: multiple changes

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-09-09 14:27:46 +02:00
parent d8f203f434
commit 3e91597dca
31 changed files with 216 additions and 223 deletions

View File

@ -7,7 +7,7 @@ module.exports = {
theme: {
fontFamily: {
// add your default font below
'sans': ['Font Name', ...defaultTheme.fontFamily.sans]
sans: ['Font Name', ...defaultTheme.fontFamily.sans]
},
extend: {
colors: {
@ -21,7 +21,7 @@ module.exports = {
// add a default padding to the container
DEFAULT: '1rem'
}
},
},
}
}
}
}