mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: use pre-compiled CSS from linked package
This commit is contained in:
parent
4b080e68d4
commit
905330bc14
4 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
import "/node_modules/carbon-components-svelte/css/all.css";
|
||||
import App from "./App.svelte";
|
||||
|
||||
const app = new App({
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
margin-bottom: var(--cds-layout-02);
|
||||
}
|
||||
|
||||
.bx--content {
|
||||
main.bx--content {
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue