doordesk-js/doordesk-rs/tailwind.config.js

12 lines
234 B
JavaScript
Raw Normal View History

2023-07-02 04:52:35 -04:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
relative: true,
files: ["*.html", "./src/**/*.rs"],
},
theme: {
extend: {},
},
plugins: [],
}