Skip to content

Commit

Permalink
Applied fix for depciation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
soumak77 committed Jul 14, 2016
1 parent ac0a053 commit 8a0b60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $modal-overlay-background: rgba(#333, 0.7) !default;
@if $border != 0 {
border: $border;
}
@if $radius != 0 {
@if $radius != 0px {
border-radius: $radius;
}
@if $shadow != none {
Expand Down

0 comments on commit 8a0b60f

Please sign in to comment.