doordesk-rs/tailwind.config.js

13 lines
235 B
JavaScript
Raw Normal View History

2024-01-25 02:40:50 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
relative: true,
files: ["*.html", "./app/**/*.rs"],
},
theme: {
extend: {},
},
plugins: [],
}