Tailwind 4 border-color fix (preserve tailwind 3 behavior)

This commit is contained in:
Klaas van Schelven
2025-09-08 10:09:33 +02:00
parent f143645b9a
commit d949c984c8
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,13 @@
@config "../tailwind.config.js";
@import "tailwindcss";
/* Preserve Tailwind 3 behavior: default border color was gray.200 */
@layer base {
*, ::before, ::after {
border-color: theme('colors.gray.200');
}
}
/* ibm-plex-sans-regular - cyrillic_cyrillic-ext_greek_latin_latin-ext_vietnamese */
@font-face {
font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */