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:
@@ -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);
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user