Skip to content

Commit 0fdfb9e

Browse files
committed
bootstrap sass update fix
1 parent 330cdca commit 0fdfb9e

File tree

4 files changed

+2233
-2021
lines changed

4 files changed

+2233
-2021
lines changed

awesome-bootstrap-checkbox.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
margin-left: -20px;
136136
border-radius: 50%;
137137
background-color: $gray;
138-
@include scale(0);
138+
@include scale(0, 0);
139+
139140
@include transition-transform(.1s cubic-bezier(.8,-0.33,.2,1.33));
140141
//curve - http://cubic-bezier.com/#.8,-0.33,.2,1.33
141142
}
@@ -145,7 +146,7 @@
145146
display: none;
146147

147148
&:checked + label:after{
148-
@include scale(1);
149+
@include scale(1, 1);
149150
}
150151

151152
&:disabled + label{

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "awesome-bootstrap-checkbox",
33
"main": ["awesome-bootstrap-checkbox.css", "awesome-bootstrap-checkbox.scss"],
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"authors": [
66
"okendoken flatlogic.com"
77
],

0 commit comments

Comments
 (0)