We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1cfb8 commit ad425a3Copy full SHA for ad425a3
sass-transformer.js
@@ -67,6 +67,7 @@ if ( reactNativeMinorVersion >= 59 ) {
67
const autoImportIncludePaths = [
68
path.join( path.dirname( __filename ), 'src' ),
69
path.join( path.dirname( __filename ), 'gutenberg/assets/stylesheets' ),
70
+ path.join( path.dirname( __filename ), 'gutenberg/packages/base-styles' ),
71
];
72
const autoImportAssets = [
73
'_colors.scss',
0 commit comments