feat(tailwind): enable default colors

This commit is contained in:
ZhenShuo Leo
2025-08-22 04:10:24 +08:00
parent 9bf7c1dc0b
commit ccc7fc8a98
2 changed files with 33 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ module.exports = {
"2xl": "1536px",
},
colors: {
...require('tailwindcss/colors'),
transparent: "transparent",
neutral: {
DEFAULT: "rgba(var(--color-neutral), <alpha-value>)",