kingdot
Version:
A UI Components Library For Vue
27 lines (17 loc) • 538 B
Markdown
## theme variable
### dark theme variable config file
* theme/variables.styl
### light theme variable config file
* theme-default/variables.styl
### config rules (eg:checkbox)
* begin component ()
/******************************
checkbox
*******************************/
* variable config ($-checkbox-XXXXXX)
$-checkbox-font-size := $-font-small-size;
* common config
/******************************
common
*******************************/
$-text-dark-color := #262626;