Skip to content

Commit

Permalink
Fix another trailing semicolon issue in scss
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed Aug 18, 2017
1 parent 73991ff commit e64e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $buttongroup-radius-on-each: true !default;
@else {
// One child
&:first-child:last-child {
width: 100%
width: 100%;
}

// Two or more childreen
Expand Down

0 comments on commit e64e92d

Please sign in to comment.