[fixed] arbitrary child-element selector was not working

This commit is contained in:
Sojon 2023-08-20 12:48:10 +06:00
parent ca8ce7fe92
commit 460ef7af5d

View File

@ -28,7 +28,10 @@ if (theme.fonts.font_family.secondary) {
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./hugo_stats.json"],
content: [
"./hugo_stats.json",
"./themes/**/layouts/**/*.html"
],
safelist: [{ pattern: /^swiper-/ }],
darkMode: "class",
theme: {