naive-ui/styles/themes/light/components/Divider.scss

4 lines
135 B
SCSS
Raw Normal View History

2019-09-24 12:43:56 +08:00
@mixin setup-light-divider {
2019-10-12 19:08:11 +08:00
$--divider-text-color: $--n-text-color !global;
$--divider-border-color: $--n-divider-color !global;
2019-09-24 12:43:56 +08:00
}