AnthoLume/tailwind.config.js

13 lines
231 B
JavaScript
Raw Normal View History

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