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 22, 2021
1 parent 64086d8 commit a0cef80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -9580,6 +9580,7 @@ $field-01: if(
- **Used by**:
- [carbon--theme [mixin]](#carbon--theme-mixin)
- [snippet [mixin]](#snippet-mixin)
- [bx--snippet [mixin]](#bx--snippet-mixin)
- [date-picker [mixin]](#date-picker-mixin)
- [dropdown [mixin]](#dropdown-mixin)
- [file-uploader [mixin]](#file-uploader-mixin)
Expand Down Expand Up @@ -17777,13 +17778,15 @@ Code snippet base styles
position: relative;
width: 100%;
max-width: rem(600px);
background-color: $snippet-background-color;
background-color: $field-01;
}
```

</details>

- **Group**: [code-snippet](#code-snippet)
- **Requires**:
- [field-01 [variable]](#field-01-variable)
- **Used by**:
- [snippet [mixin]](#snippet-mixin)

Expand Down

0 comments on commit a0cef80

Please sign in to comment.