Skip to content

Commit ad425a3

Browse files
committed
Import new location for base styles
1 parent 9c1cfb8 commit ad425a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sass-transformer.js

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ if ( reactNativeMinorVersion >= 59 ) {
6767
const autoImportIncludePaths = [
6868
path.join( path.dirname( __filename ), 'src' ),
6969
path.join( path.dirname( __filename ), 'gutenberg/assets/stylesheets' ),
70+
path.join( path.dirname( __filename ), 'gutenberg/packages/base-styles' ),
7071
];
7172
const autoImportAssets = [
7273
'_colors.scss',

0 commit comments

Comments
 (0)