mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Tailwind 4 border-color fix (preserve tailwind 3 behavior)
This commit is contained in:
2
theme/static/css/dist/styles.css
vendored
2
theme/static/css/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user