Skip to content

Commit

Permalink
Merge pull request #1435 from wordpress-mobile/add/package-base-styles
Browse files Browse the repository at this point in the history
Import new location for base styles
  • Loading branch information
hypest authored Oct 14, 2019
2 parents 50ed338 + ad425a3 commit 9db0e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass-transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ if ( reactNativeMinorVersion >= 59 ) {
const autoImportIncludePaths = [
path.join( path.dirname( __filename ), 'src' ),
path.join( path.dirname( __filename ), 'gutenberg/assets/stylesheets' ),
path.join( path.dirname( __filename ), 'gutenberg/packages/base-styles' ),
];
const autoImportAssets = [
'_colors.scss',
Expand Down

0 comments on commit 9db0e46

Please sign in to comment.