We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc347b0 commit 2540ae7Copy full SHA for 2540ae7
default.css
@@ -184,6 +184,8 @@ code.xml { color: #600 } /* inline XML */
184
[data-link-type="at-rule"]::after,
185
[data-link-type="selector"]::after,
186
[data-link-type="maybe"]::after {content: "\2019";}
187
+[data-link-type].production::before,
188
+[data-link-type].production::after { content: ""; }
189
190
dfn { font-weight: bolder; }
191
a > i { font-style: normal; } /* Instance of term */
0 commit comments