Skip to content

Commit

Permalink
Blockbase: Remove unnecessary normalize code (#4802)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian authored Nov 10, 2021
1 parent 0481553 commit 211fbcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
10 changes: 0 additions & 10 deletions blockbase/assets/ponyfill.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 2 additions & 15 deletions blockbase/sass/base/_normalize.scss
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@

// Remove the margin in all browsers.
body {
margin: 0;
padding: 0;
}

// Smooth out the fonts
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

// Needed until https://github.com/WordPress/gutenberg/pull/27518/ is merged.
img {
height: auto;
max-width: 100%;
}

* {
box-sizing: border-box;
}

pre {
overflow: scroll;
}
overflow: scroll;
}

0 comments on commit 211fbcf

Please sign in to comment.