como-web/tailwind.config.js
kjuulh 337642c35f
feat: initial template
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-04 12:37:22 +02:00

11 lines
168 B
JavaScript

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