doordesk-rs/tailwind.config.js
2024-01-25 02:40:50 -05:00

12 lines
235 B
JavaScript

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