Skip to content

Commit 11976ad

Browse files
Update style import
1 parent fdf8cdb commit 11976ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/stylesheet/carbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $carbon--theme: $carbon--theme--white;
1919
@include carbon--theme();
2020

2121
@import '~@carbon/charts/styles.css';
22-
@import '~carbon-components/scss/globals/scss/styles.scss';
22+
@use '@carbon/react';
2323

2424
// ignored by patternfly, but sets the right base for carbon rem units
2525
html {

config/webpack/loaders.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = [
7373
sassOptions: {
7474
sourceMap: true,
7575
includePaths: [
76+
["node_modules"],
7677
`${nodeModules}/bootstrap-sass/assets/stylesheets`,
7778
`${nodeModules}/bootstrap/scss`,
7879
`${nodeModules}/patternfly/dist/sass/patternfly`,

0 commit comments

Comments
 (0)