Changeset 55329 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss
- Timestamp:
- 02/14/2023 04:01:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss
r49726 r55329 1 1 .wp-block-group { 2 // Start IE clearfix.3 // This hack is only necessary because we want to support IE11.4 // If we don't want to support IE11, then "display: flow-root" would suffice.5 display: block;6 clear: both;7 8 display: flow-root; // stylelint-disable-line declaration-block-no-duplicate-properties9 10 &:before,11 &:after {12 content: "";13 display: block;14 clear: both;15 }16 // End IE clearfix.17 2 18 3 &.has-background {
Note: See TracChangeset
for help on using the changeset viewer.