Move colors to extend

This commit is contained in:
Kyoth25f 2024-10-14 00:59:23 -03:00
parent c2db79ee4b
commit abcc262080
No known key found for this signature in database

View file

@ -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: {