fix swich sass error
This commit is contained in:
parent
dcb5a7d08e
commit
47e113444f
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tinper-bee-core",
|
"name": "tinper-bee-core",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "style core and js util for tinper-bee",
|
"description": "style core and js util for tinper-bee",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -1307,3 +1307,10 @@ $switch-after-left-lg: 0;
|
||||||
$switch-checked-innerLeft: (default:8px, small:4px, large:8px);
|
$switch-checked-innerLeft: (default:8px, small:4px, large:8px);
|
||||||
$switch-checked-afterLeft: (default:24px, small:16px, large:32px);
|
$switch-checked-afterLeft: (default:24px, small:16px, large:32px);
|
||||||
$switch-checked-activeLeft: (default:16px, small:10px, large:26px);
|
$switch-checked-activeLeft: (default:16px, small:10px, large:26px);
|
||||||
|
|
||||||
|
$switch-primary-bg: $brand-primary;
|
||||||
|
$switch-dark-bg: $brand-dark;
|
||||||
|
$switch-success-bg: $brand-success;
|
||||||
|
$switch-warning-bg: $brand-warning;
|
||||||
|
$switch-danger-bg: $brand-danger;
|
||||||
|
$switch-info-bg: $brand-info;
|
||||||
|
|
Loading…
Reference in New Issue