We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c919127 commit e2c1d9cCopy full SHA for e2c1d9c
github-markdown.css
@@ -4,8 +4,6 @@
4
-webkit-text-size-adjust: 100%;
5
}
6
7
-
8
9
.markdown-body a:focus {
10
outline: thin dotted;
11
index.js
@@ -60,6 +60,10 @@ function cleanupCss(str) {
60
});
61
62
63
+ if (el.declarations.length === 0) {
64
+ return false;
65
+ }
66
+
67
el.selectors = el.selectors.map(function (selector) {
68
if (/^(?:body|html)$/.test(selector)) {
69
selector = '.markdown-body';
0 commit comments