Skip to content

Commit

Permalink
uncomment scss
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Jan 8, 2020
1 parent c8e0526 commit ffee0bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/ui-components/src/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}

i {
// @extend .far;
// @extend .#{$fa-css-prefix}-circle;
@extend .far;
@extend .#{$fa-css-prefix}-circle;
color: #999;
margin-right: 0.5em;
position: relative;
Expand All @@ -23,8 +23,8 @@
background: #fff;

i {
// @extend .fas;
// @extend .#{$fa-css-prefix}-circle;
@extend .fas;
@extend .#{$fa-css-prefix}-circle;
color: #999;
}
}
Expand All @@ -34,8 +34,8 @@
border-color: #08c18d;

i {
// @extend .fas;
// @extend .#{$fa-css-prefix}-circle;
@extend .fas;
@extend .#{$fa-css-prefix}-circle;
color: #08c18d;
}
}
Expand Down

0 comments on commit ffee0bc

Please sign in to comment.