mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(examples): add missing scss attribute to svite example
This commit is contained in:
parent
d38cc206af
commit
fee5cd2833
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ const svelteOptions = {
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<!-- App.svelte -->
|
<!-- App.svelte -->
|
||||||
<style global>
|
<style lang="scss" global>
|
||||||
/** Gray 10 theme **/
|
/** Gray 10 theme **/
|
||||||
@import "carbon-components-svelte/css/g10";
|
@import "carbon-components-svelte/css/g10";
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
let theme = "g10";
|
let theme = "g10";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style global>
|
<style lang="scss" global>
|
||||||
@import "carbon-components-svelte/css/all";
|
@import "carbon-components-svelte/css/all";
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue