update deps
Some checks failed
schuelerzeitung-prod / prod-build (push) Failing after 1s
schuelerzeitung-prod / test-build (push) Failing after 1s

This commit is contained in:
2023-10-21 13:52:17 +02:00
parent 04abac9514
commit f5da17b756
6 changed files with 336 additions and 661 deletions

View File

@ -26,7 +26,7 @@
}
details.toc[open] summary svg {
@apply transform duration-200 rotate-180 ease-in-out;
@apply duration-200 rotate-180 ease-in-out;
}
details.toc > ul {

View File

@ -1,7 +1,7 @@
const themeDir = __dirname + "/../../";
module.exports = {
purge: {
content: {
enabled: process.env.HUGO_ENVIRONMENT === "production",
content: [
themeDir + "layouts/**/*.html",
@ -101,10 +101,5 @@ module.exports = {
}),
},
},
variants: {
extend: {
typography: ["dark"],
},
},
plugins: [require("@tailwindcss/typography")],
};