Skip to content

Commit 80d649c

Browse files
committed
Fix scss import.
1 parent d19c6dc commit 80d649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import 'node_modules/carbon-components/scss/globals/scss/functions';
22
@import 'node_modules/carbon-components/scss/globals/scss/mixins';
33
@import 'node_modules/carbon-components/scss/globals/scss/typography';
4-
@import 'node_modules/carbon-components/scss/globals/grid/classic/classic';
4+
@import 'node_modules/carbon-components/scss/globals/grid/_classic';
55

66
// Color Variables
77
$green: #266050;

0 commit comments

Comments
 (0)