ZoeysBits/tailwind.config.js

10 lines
150 B
JavaScript
Raw Normal View History

2024-01-14 09:02:42 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}