blob: 91d9b4bbdaf929089b1f43f517064960006b9ae9 [file] [log] [blame]
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{html,js,ts}",
],
theme: {
extend: {},
},
plugins: [],
};