From aefb058d43479e19d7356a33fadac957b2102257 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 30 Jan 2018 16:14:44 -0500 Subject: [PATCH] style(chip): remove unused var --- packages/core/src/components/chip/chip.vars.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/core/src/components/chip/chip.vars.scss b/packages/core/src/components/chip/chip.vars.scss index 94b1ae50a1..ec54462767 100644 --- a/packages/core/src/components/chip/chip.vars.scss +++ b/packages/core/src/components/chip/chip.vars.scss @@ -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;