From 460ef7af5d620feb6b674f73fbbf5d469965ccd8 Mon Sep 17 00:00:00 2001 From: Sojon Date: Sun, 20 Aug 2023 12:48:10 +0600 Subject: [PATCH] [fixed] arbitrary child-element selector was not working --- exampleSite/tailwind.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/tailwind.config.js b/exampleSite/tailwind.config.js index 1990541..19940a5 100755 --- a/exampleSite/tailwind.config.js +++ b/exampleSite/tailwind.config.js @@ -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: {