[fix] regression css style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-25 20:08:09 -04:00
parent cdec621043
commit 39c78997ac
2 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.{html,js}"],
content: ["./templates/**/*.html", "./assets/reader/index.js"],
theme: {
extend: {},
},