ascend/tailwind.config.js
2025-01-12 09:58:08 +01:00

12 lines
234 B
JavaScript

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