dwm-app/static/style/tailwind.config.js
2024-01-30 11:06:00 -05:00

10 lines
146 B
JavaScript

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