style(chip): remove unused var

This commit is contained in:
Brandy Carney
2018-01-30 16:14:44 -05:00
parent be2aefeef9
commit aefb058d43

View File

@@ -6,9 +6,6 @@
/// @prop - Border radius of the icon in the chip
$chip-icon-border-radius: 50% !default;
/// @prop - Text alignment of the icon in the chip
$chip-icon-text-align: center !default;
/// @prop - Width and height of the icon in the chip
$chip-icon-size: 32px !default;