/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
container: {
center: true,
padding: {
"2xl": "16rem"
}
},
extend: {}
plugins: []
};