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