thp/doc-generator/static/tailwind.config.js

9 lines
140 B
JavaScript
Raw Normal View History

2023-03-27 15:08:00 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.html"],
theme: {
extend: {},
},
plugins: [],
}