fix swich sass error

This commit is contained in:
Boyuzhou 2017-01-06 15:41:12 +08:00
parent dcb5a7d08e
commit 47e113444f
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tinper-bee-core",
"version": "0.1.2",
"version": "0.1.3",
"description": "style core and js util for tinper-bee",
"main": "lib/index.js",
"engines": {

View File

@ -1307,3 +1307,10 @@ $switch-after-left-lg: 0;
$switch-checked-innerLeft: (default:8px, small:4px, large:8px);
$switch-checked-afterLeft: (default:24px, small:16px, large:32px);
$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;