refactor(sass): remove label variable since the css was removed

This commit is contained in:
Brandy Carney
2016-11-30 11:34:07 -05:00
parent b788ce6133
commit 551673c3bf

View File

@ -3,9 +3,6 @@
// iOS Label
// --------------------------------------------------
/// @prop - Text color of the label
$label-ios-text-color: #7f7f7f !default;
/// @prop - Margin of the label
$label-ios-margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom 0 !default;