Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 3 additions & 27 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;
}