This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
dogstats/tools/tailwind.config.js

10 lines
197 B
JavaScript
Raw Normal View History

2023-10-18 16:12:47 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-10-20 20:48:34 +02:00
content: ["../web/**/*.{html,js,mustache}","../web/api/**/*.{html,js,mustache}"],
2023-10-18 16:12:47 +02:00
theme: {
extend: {},
},
plugins: [],
}