accounters/tailwind.config.js

10 lines
160 B
JavaScript
Raw Permalink Normal View History

2024-02-19 23:51:18 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./webserver/src/static/**.html"],
2024-02-19 23:51:18 +01:00
theme: {
extend: {},
},
plugins: [],
}