Skip to content

Commit

Permalink
EVERYTHING DEFAULT ON ICONS 👯
Browse files Browse the repository at this point in the history
  • Loading branch information
David Annez committed Mar 6, 2015
1 parent eba0475 commit 59a399c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/stylesheets/ustyle/basics/variables/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $png-support-class: ".svg-off" !default;
/// @group Icons
/// @type List

$icon-colors: "white", "typegrey", "inputgrey", "typecyan", "custom";
$icon-colors: "white", "typegrey", "inputgrey", "typecyan", "custom" !default;

/// List of the icon sizes and their respective names
///
Expand All @@ -160,4 +160,4 @@ $icon-sizes: (
(small, 16px),
(medium, 32px),
(large, 64px)
);
) !default;

0 comments on commit 59a399c

Please sign in to comment.