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 c72bdf7 commit f5e8a34Copy full SHA for f5e8a34
src/components/CodeBlock.vue
@@ -36,6 +36,8 @@ code {
36
content: attr(data-after-code);
37
}
38
&::before, &::after {
39
+ // ensure the pseudo elements dont fly off in space
40
+ display: block;
41
@include visuallyhidden()
42
43
0 commit comments