Skip to content

Commit

Permalink
fixes invalid property pryley#29
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed Oct 9, 2018
1 parent e8163ae commit e2a7ac7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ input[type=checkbox] + label {
font-weight: 400;
line-height: 1;
color: #bbb;
border-radius-top-left: 3px;
border-top-left-radius: 3px;
transition: all 0.2s ease-in-out;
z-index: 1;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/float-labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
font-weight: 400;
line-height: 1;
color: #bbb;
border-radius-top-left: 3px;
border-top-left-radius: 3px;
transition: all 0.2s ease-in-out;
z-index: 1;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/float-labels.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/float-labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ $float-labels-defaults: (
font-weight: fl(font-weight);
line-height: 1;
color: fl(color-placeholder);
border-radius-top-left: fl(border-radius);
border-top-left-radius: fl(border-radius);
transition: all fl(transition-speed) fl(transition-easing);
z-index: 1;
}
Expand Down

0 comments on commit e2a7ac7

Please sign in to comment.