mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fix: carousel CSS build path (#1545)
This commit is contained in:
+2
-1
@@ -2,9 +2,10 @@ module.exports = {
|
|||||||
content: [
|
content: [
|
||||||
"./layouts/**/*.html",
|
"./layouts/**/*.html",
|
||||||
"./content/**/*.{html,md}",
|
"./content/**/*.{html,md}",
|
||||||
|
"./node_modules/tw-elements/js/**/*.js",
|
||||||
"./themes/blowfish/layouts/**/*.html",
|
"./themes/blowfish/layouts/**/*.html",
|
||||||
"./themes/blowfish/content/**/*.{html,md}",
|
"./themes/blowfish/content/**/*.{html,md}",
|
||||||
"./node_modules/tw-elements/js/**/*.js",
|
"./themes/blowfish/node_modules/tw-elements/js/**/*.js",
|
||||||
],
|
],
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
theme: {
|
theme: {
|
||||||
|
|||||||
Reference in New Issue
Block a user