routines/tailwind.config.js

9 lines
153 B
JavaScript
Raw Normal View History

2024-01-12 07:32:47 -05:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["*.html", "./src/**/*.rs",],
theme: {
extend: {},
},
plugins: [],
}