mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
4 lines
135 B
SCSS
4 lines
135 B
SCSS
@mixin setup-light-divider {
|
|
$--divider-text-color: $--n-text-color !global;
|
|
$--divider-border-color: $--n-divider-color !global;
|
|
} |