fix sl-divider

(tailwindcss was clobering it's border display)

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-04-22 16:11:25 -07:00
parent cba4abd34f
commit e18698dae0

View File

@@ -31,6 +31,10 @@ export const defaultCss = [
.flex-g {
flex-grow: 1;
}
sl-divider:not([vertical]) {
border-top-width: var(--width);
border-color: var(--color);
}
`,
];