We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c489775 commit 34e20dbCopy full SHA for 34e20db
1 file changed
css-template/Overview.src.html
@@ -11,6 +11,10 @@
11
/* Just in case an incorrect max-width occurs in default.css */
12
body {max-width: none !important}
13
14
+ /* The TR postprocessor already inserted quotes: */
15
+ .css::before, .property::before, .descriptor::before {content: none}
16
+ .css::after, .property::after, .descriptor::after {content: none}
17
+
18
.prod { font-family: inherit; font-size: inherit }
19
pre.prod { white-space: pre-wrap; margin: 1em 0 1em 2em }
20
code { font-size: inherit; }
0 commit comments