Skip to content

Commit

Permalink
Merge branch 'master' into 6788-treenode-sync-expanded-props-state
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 9, 2020
2 parents 9d99b08 + 260708f commit 38be518
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/stylelint-config-carbon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can use `stylelint-config-carbon` in your project by extending it in your

```json
{
"extends": ["carbon"]
"extends": ["stylelint-config-carbon"]
}
```

Expand Down
2 changes: 1 addition & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -14710,7 +14710,7 @@ Code snippet styles
.#{$prefix}--snippet--multi .#{$prefix}--snippet-container pre {
padding-right: $carbon--spacing-08;
padding-bottom: rem(24px);
overflow-x: scroll;
overflow-x: auto;
}

.#{$prefix}--snippet--multi.#{$prefix}--snippet--no-copy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
.#{$prefix}--snippet--multi .#{$prefix}--snippet-container pre {
padding-right: $carbon--spacing-08;
padding-bottom: rem(24px);
overflow-x: scroll;
overflow-x: auto;
}

.#{$prefix}--snippet--multi.#{$prefix}--snippet--no-copy
Expand Down
6 changes: 3 additions & 3 deletions packages/components/src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@

.#{$prefix}--tag__close-icon {
flex-shrink: 0;
width: rem(20px);
height: rem(20px);
width: rem(16px);
height: rem(16px);
margin: 0 0 0 rem(4px);
padding: rem(2px);
padding: 0;
color: currentColor;
background-color: transparent;
border: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,6 @@ Map {
"da",
"de",
"en",
"en",
"eo",
"es",
"et",
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/components/DatePicker/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ export default class DatePicker extends Component {
'da',
'de',
'en',
'en',
'eo',
'es',
'et',
Expand Down

0 comments on commit 38be518

Please sign in to comment.