mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
hotfix(css): use @carbon/themes instead of carbon-components
This commit is contained in:
parent
4ab4fbc64b
commit
2e389928d5
6 changed files with 87 additions and 24 deletions
|
@ -76,7 +76,7 @@ async function buildCss() {
|
|||
const outFile = path.resolve("css", theme + ".css");
|
||||
const { css } = await sassRender({
|
||||
data: `
|
||||
@import "node_modules/carbon-components-10.23/scss/globals/scss/_theme.scss";
|
||||
@import "node_modules/@carbon/themes/scss/themes";
|
||||
|
||||
$feature-flags: (
|
||||
enable-css-custom-properties: ${theme === "all"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue