mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
Merge 746cceea6c
into c2db79ee4b
This commit is contained in:
commit
e677eae493
1 changed files with 41 additions and 41 deletions
|
@ -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/js/**/*.js"
|
"./themes/blowfish/node_modules/tw-elements/js/**/*.js"
|
||||||
],
|
],
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
theme: {
|
theme: {
|
||||||
|
@ -15,6 +15,7 @@ module.exports = {
|
||||||
'xl': '1280px',
|
'xl': '1280px',
|
||||||
'2xl': '1536px',
|
'2xl': '1536px',
|
||||||
},
|
},
|
||||||
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
transparent: "transparent",
|
transparent: "transparent",
|
||||||
neutral: {
|
neutral: {
|
||||||
|
@ -55,7 +56,6 @@ module.exports = {
|
||||||
900: "rgba(var(--color-secondary-900), <alpha-value>)",
|
900: "rgba(var(--color-secondary-900), <alpha-value>)",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
extend: {
|
|
||||||
typography: ({ theme }) => ({
|
typography: ({ theme }) => ({
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
|
|
Loading…
Reference in a new issue