bitebuds/tailwind.config.js

11 lines
168 B
JavaScript
Raw Permalink Normal View History

2023-03-05 22:56:04 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
files: ["*.html", "./src/**/*.rs"],
},
theme: {
extend: {}
},
plugins: []
}