Skip to content

Commit

Permalink
[MOOSE-130]: remove layout overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoffDusome committed Jul 9, 2024
1 parent ff7399c commit b1dd297
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 69 deletions.
1 change: 0 additions & 1 deletion wp-content/themes/core/assets/pcss/editor.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
@import "_utilities.pcss";

/* Global Theme Editor Styles */
@import "layout/default.pcss";
@import "layout/editor.pcss";
@import "global/reset.pcss";
@import "global/editor.pcss";
Expand Down
52 changes: 0 additions & 52 deletions wp-content/themes/core/assets/pcss/layout/default.pcss

This file was deleted.

15 changes: 0 additions & 15 deletions wp-content/themes/core/assets/pcss/layout/editor.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@
*
* ------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
*
* Layout: Align None (Content Width)
*
* Adjustments for content width blocks nested inside alignfull container blocks
* For blocks w/ align none nested inside container block with alignfull and
* constrained layout.
*
* ------------------------------------------------------------------------- */

/* important added to override WP's editor stylesheet */
.has-global-padding > .alignfull:where(.has-global-padding) > :where(:not(.alignfull):not(.alignwide):not(.aligngrid)) {
max-width: calc(var(--wp--style--global--content-size) + var(--wp--style--root--padding-left) * 2) !important;
}

/* -------------------------------------------------------------------------
*
* Editor Fixes
Expand Down
1 change: 0 additions & 1 deletion wp-content/themes/core/assets/pcss/theme.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

/* Global Theme Styles */
@import "global/reset.pcss";
@import "layout/default.pcss";
@import "typography/anchors.pcss";
@import "global/stacking-order.pcss";

Expand Down

0 comments on commit b1dd297

Please sign in to comment.