mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
fixed tw-elements breaking changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@ module.exports = {
|
|||||||
"./content/**/*.{html,md}",
|
"./content/**/*.{html,md}",
|
||||||
"./themes/blowfish/layouts/**/*.html",
|
"./themes/blowfish/layouts/**/*.html",
|
||||||
"./themes/blowfish/content/**/*.{html,md}",
|
"./themes/blowfish/content/**/*.{html,md}",
|
||||||
"./node_modules/tw-elements/dist/js/**/*.js"
|
"./node_modules/tw-elements/js/**/*.js"
|
||||||
],
|
],
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
theme: {
|
theme: {
|
||||||
@@ -177,5 +177,6 @@ module.exports = {
|
|||||||
plugins: [
|
plugins: [
|
||||||
require("@tailwindcss/typography"),
|
require("@tailwindcss/typography"),
|
||||||
require('@tailwindcss/forms'),
|
require('@tailwindcss/forms'),
|
||||||
|
require("tw-elements/plugin.cjs"),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user