mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 11:32:30 -06:00
Move colors to extend
This commit is contained in:
parent
c2db79ee4b
commit
abcc262080
1 changed files with 40 additions and 40 deletions
|
@ -15,6 +15,7 @@ module.exports = {
|
|||
'xl': '1280px',
|
||||
'2xl': '1536px',
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
transparent: "transparent",
|
||||
neutral: {
|
||||
|
@ -55,7 +56,6 @@ module.exports = {
|
|||
900: "rgba(var(--color-secondary-900), <alpha-value>)",
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
typography: ({ theme }) => ({
|
||||
DEFAULT: {
|
||||
css: {
|
||||
|
|
Loading…
Reference in a new issue