Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 211fbcf

Browse files
authored
Blockbase: Remove unnecessary normalize code (#4802)
1 parent 0481553 commit 211fbcf

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

blockbase/assets/ponyfill.css

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
1-
2-
// Remove the margin in all browsers.
3-
body {
4-
margin: 0;
5-
padding: 0;
6-
}
7-
81
// Smooth out the fonts
92
body {
103
-webkit-font-smoothing: antialiased;
114
-moz-osx-font-smoothing: grayscale;
125
}
136

14-
// Needed until https://github.com/WordPress/gutenberg/pull/27518/ is merged.
15-
img {
16-
height: auto;
17-
max-width: 100%;
18-
}
19-
207
* {
218
box-sizing: border-box;
229
}
2310

2411
pre {
25-
overflow: scroll;
26-
}
12+
overflow: scroll;
13+
}

0 commit comments

Comments
 (0)