Fix tailwind border class [SCI-8623]

This commit is contained in:
Anton 2023-06-06 14:38:54 +02:00
parent eacf2c0c23
commit ec3387a5df

View file

@ -6,3 +6,8 @@
html {
font-size: 16px;
}
.border {
border-style: solid;
border-color: theme('borderColor.DEFAULT', currentColor);
}