mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
chore: use v11 styles for docs
This commit is contained in:
parent
8b982d617d
commit
8d5bf359a9
4 changed files with 16 additions and 2 deletions
8
docs/src/carbon.scss
Normal file
8
docs/src/carbon.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
@use '@carbon/styles' with ($prefix: 'bx');
|
||||
@use '@carbon/themes';
|
||||
@use '@ibm/plex/scss/ibm-plex.scss';
|
||||
|
||||
:root {
|
||||
// Emit CSS Custom Properties for the current theme
|
||||
@include themes.theme();
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
import App from "./App.svelte";
|
||||
import "../../css/all.css";
|
||||
import "./carbon.scss";
|
||||
import "./global.css";
|
||||
|
||||
const app = new App({ target: document.body });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue