mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
8 lines
155 B
SCSS
8 lines
155 B
SCSS
@function get-primary-color ($theme) {
|
|
@if $theme == 'light' {
|
|
@return rgb(255, 0, 0);
|
|
}
|
|
@return null;
|
|
}
|
|
|
|
@import '../../src/_styles/index.scss'; |