mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(examples): use external stylesheet for rollup examples
This commit is contained in:
parent
853eda8031
commit
bb3158e171
9 changed files with 32 additions and 2376 deletions
|
@ -18,10 +18,6 @@
|
|||
let theme: "g10" = "g10";
|
||||
</script>
|
||||
|
||||
<style lang="scss" global>
|
||||
@import "carbon-components-svelte/css/all";
|
||||
</style>
|
||||
|
||||
<Theme persist bind:theme>
|
||||
<Header />
|
||||
<Content style="background: none; padding: 1rem">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue