naive-ui/demo/styles/test-customize-style-scheme.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';