Skip to content

Commit

Permalink
Fix selector for frontend css
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Sep 16, 2021
1 parent 506d3aa commit f49ff27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/common.scss
Expand Up @@ -107,6 +107,6 @@
// The following sets baseline border styles with zero specificity such that
// when a user begins to alter block borders via the block support UI they
// see immediate visual changes.
html :where(.wp-block) {
html :where([class^="wp-block"]) {
border: 0 solid currentColor;
}

0 comments on commit f49ff27

Please sign in to comment.