routines/tailwind.config.js
2024-01-12 07:32:47 -05:00

8 lines
153 B
JavaScript

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