Skip to content

Commit ccb1614

Browse files
authored
feat(docs/playground): add support for exporting to CodePen and CodeSandbox (#3071)
1 parent 4effa93 commit ccb1614

File tree

4 files changed

+1314
-223
lines changed

4 files changed

+1314
-223
lines changed

docs/assets/scss/styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@ table#table-transition-example {
165165
}
166166
}
167167

168+
.card {
169+
.CodeMirror {
170+
border-bottom-right-radius: 0.25rem;
171+
border-bottom-left-radius: 0.25rem;
172+
}
173+
}
174+
168175
/*
169176
* Docsearch overrides
170177
* See: https://github.com/twbs/bootstrap/blob/master/site/static/docs/4.3/assets/scss/_algolia.scss

0 commit comments

Comments
 (0)