[fixed] arbitrary child-element selector was not working
This commit is contained in:
parent
ca8ce7fe92
commit
460ef7af5d
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user