Import @wordpress/base-styles/default-custom-properties in CSS file. (https://github.com/woocommerce/woocommerce-admin/pull/5491)

This is to get the root admin scheme color, so that we can use --wp-admin-theme-color in CSS.
This commit is contained in:
Gan Eng Chin 2020-10-30 03:33:48 +08:00 committed by GitHub
parent 1a26102a7a
commit 4a28c61d86
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
@import 'node_modules/@wordpress/base-styles/breakpoints';
@import 'node_modules/@wordpress/base-styles/animations';
@import 'node_modules/@wordpress/base-styles/z-index';
@import 'node_modules/@wordpress/base-styles/default-custom-properties';
@include wordpress-admin-schemes;