Skip to content

Commit 74e6612

Browse files
committed
fix (scss) wp admin custom propverty
1 parent 1f0637e commit 74e6612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/03-base/_variables-css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*/
5959
--wp-admin-bar-height: var(--wp-admin--admin-bar--height, 0rem);
6060

61-
body:not(.admin-bar) {
61+
&:not(.admin-bar) {
6262
--wp-admin-bar-height: 0rem; // for wp admin bar hider extension
6363
}
6464

0 commit comments

Comments
 (0)