1
0
Fork 0
yinghong-massage.de/tailwind.config.js

9 lines
172 B
JavaScript
Raw Permalink Normal View History

2023-05-30 12:24:25 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
2023-05-31 10:03:41 +00:00
content: ["./templates/**/*.html", "./content/**/*.md"],
2023-05-30 12:24:25 +00:00
theme: {
extend: {},
},
plugins: [],
};