mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
fixed tw-elements breaking changes
This commit is contained in:
parent
e5296095fa
commit
fd356e8c1b
2 changed files with 706 additions and 95 deletions
File diff suppressed because it is too large
Load diff
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
"./content/**/*.{html,md}",
|
||||
"./themes/blowfish/layouts/**/*.html",
|
||||
"./themes/blowfish/content/**/*.{html,md}",
|
||||
"./node_modules/tw-elements/dist/js/**/*.js"
|
||||
"./node_modules/tw-elements/js/**/*.js"
|
||||
],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
|
@ -177,5 +177,6 @@ module.exports = {
|
|||
plugins: [
|
||||
require("@tailwindcss/typography"),
|
||||
require('@tailwindcss/forms'),
|
||||
require("tw-elements/plugin.cjs"),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue