AnthoLume/tailwind.config.js

13 lines
229 B
JavaScript
Raw Normal View History

/** @type {import('tailwindcss').Config} */
module.exports = {
2023-10-29 00:07:24 +00:00
content: [
"./templates/**/*.html",
"./assets/local/*.{html,js}",
2023-10-29 00:07:24 +00:00
"./assets/reader/*.{html,js}",
],
theme: {
extend: {},
},
plugins: [],
};