[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} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./hugo_stats.json"],
|
content: [
|
||||||
|
"./hugo_stats.json",
|
||||||
|
"./themes/**/layouts/**/*.html"
|
||||||
|
],
|
||||||
safelist: [{ pattern: /^swiper-/ }],
|
safelist: [{ pattern: /^swiper-/ }],
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
theme: {
|
theme: {
|
||||||
|
Loading…
Reference in New Issue
Block a user