Skip to content

Commit 0b77985

Browse files
committed
docs: update content
1 parent fc6f12b commit 0b77985

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

packages/docs/.vuepress/src/client/components/ScssDocs.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export default defineComponent({
2121
window.Prism.manual = true;
2222
}
2323
24-
const files = import.meta.glob(`../../../../../../../node_modules/@coreui/coreui/scss/**/*.scss`, {
24+
const files = import.meta.glob(`../../../../../../node_modules/@coreui/coreui/scss/**/*.scss`, {
2525
as: 'raw',
2626
eager: true,
2727
})
28-
const file = files[`../../../../../../../node_modules/@coreui/coreui/scss/${props.file}`]
28+
const file = files[`../../../../../../node_modules/@coreui/coreui/scss/${props.file}`]
2929
3030
const captureStart = `// scss-docs-start ${props.capture}`
3131
const captureEnd = `// scss-docs-end ${props.capture}`

packages/docs/.vuepress/src/client/styles/_component-examples.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
// Docs examples
33
//
44

5+
.tab-content .tab-pane {
6+
@include border-top-radius(0 !important);
7+
8+
.highlight, div[class^="language-"] {
9+
border-top: 0 !important;
10+
@include border-top-radius(0 !important);
11+
}
12+
}
13+
514
.docs-example-snippet {
615
border: solid var(--cui-border-color);
716
border-width: 1px 0;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy