From 5a629cae0c2d3ac8fd50bf6ee4676973d450b014 Mon Sep 17 00:00:00 2001 From: JayDemtiri Date: Sun, 31 Jan 2016 19:23:05 +0000 Subject: [PATCH] Applied fix for depciation warning --- scss/components/_modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_modal.scss b/scss/components/_modal.scss index 2e2367a7..72eb91e5 100644 --- a/scss/components/_modal.scss +++ b/scss/components/_modal.scss @@ -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 {