/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./*.php", "./**/*.php", "./**/*.html", "./**/*.js"],
theme: {
extend: {
screens: {
},
fontSize: {
},
container: {
},
colors: {
},
borderRadius: {
},
},
},
plugins: [],
};