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
151 B
JavaScript
Raw Normal View History

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