/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,scala}'],
theme: {
extend: {},
},
plugins: [],
}