Skip to content

Commit c71369e

Browse files
committed
chore: fix stylelint
1 parent 76665a5 commit c71369e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/ui-components/Common/Separator/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
&.horizontal {
88
@apply h-px
9-
w-full;
9+
w-full;
1010
}
1111

1212
&.vertical {
1313
@apply h-full
14-
w-px;
14+
w-px;
1515
}
1616
}

0 commit comments

Comments
 (0)