/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./templates/**/*.html",
"./assets/offline/*.{html,js}",
"./assets/reader/*.{html,js}",
],
theme: {
extend: {},
},
plugins: [],
};