remove variations mixins - no longer used

This commit is contained in:
Kevin Ross 2016-03-28 16:13:31 -05:00
parent 8bcbafae9a
commit e18d47ea52

View File

@ -6,6 +6,6 @@
box-shadow: none; box-shadow: none;
.progress-bar { .progress-bar {
box-shadow: none; box-shadow: none;
@include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary); //@include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary);
} }
} }