Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 28, 2020
1 parent cf84bd0 commit e72508e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -21175,7 +21175,7 @@ Select styles
background-color: $field-02;

&:hover {
background-color: $ui-01;
background-color: $hover-ui;
}

&:disabled,
Expand Down Expand Up @@ -21320,8 +21320,8 @@ Select styles
- [disabled-02 [variable]](#disabled-02-variable)
- [support-01 [variable]](#support-01-variable)
- [field-02 [variable]](#field-02-variable)
- [ui-01 [variable]](#ui-01-variable)
- [ui-05 [variable]](#ui-05-variable)
- [ui-01 [variable]](#ui-01-variable)
- [spacing-03 [variable]](#spacing-03-variable)
- [carbon--spacing-03 [variable]](#carbon--spacing-03-variable)
- [spacing-07 [variable]](#spacing-07-variable)
Expand Down Expand Up @@ -22138,8 +22138,8 @@ Tag styles
```scss
@mixin tags() {
.#{$prefix}--tag {
@include type-style('label-01');
@include button-reset($width: false);
@include type-style('label-01');

display: inline-flex;
align-items: center;
Expand Down

0 comments on commit e72508e

Please sign in to comment.