AnthoLume/tailwind.config.js

9 lines
179 B
JavaScript
Raw Normal View History

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