Remove duplicate code lines in css (#47122)

* Remove duplicate css code from any woo scss file

* Add changelog files
This commit is contained in:
Maikel Perez 2024-05-07 08:35:25 -04:00 committed by GitHub
parent 1671523cc0
commit 40486a0151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -9,8 +9,6 @@
@import '@wordpress/base-styles/z-index.scss';
@import '@wordpress/base-styles/default-custom-properties.scss';
@include wordpress-admin-schemes;
$fallback-gutter: 24px;
$fallback-gutter-large: 40px;
$gutter: var(--main-gap);

View File

@ -0,0 +1,4 @@
Significance: minor
Type: performance
Remove duplicate css code from any woo scss file

View File

@ -1,3 +1,5 @@
@include wordpress-admin-schemes;
// Import our wp-admin reset.
@import "./shared/_reset.scss";
@ -27,7 +29,3 @@
// Import the embed-specific styles.
@import "./shared/_embed.scss";
:root {
@include admin-scheme( #007cba );
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: performance
Remove duplicate css code from any woo scss file