hotfix(css): use @carbon/themes instead of carbon-components

This commit is contained in:
Eric Liu 2020-10-29 14:10:56 -07:00
commit 2e389928d5
6 changed files with 87 additions and 24 deletions

View file

@ -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"},