(Created by @john.kreitlow.rocks)
gist.github.com/radium-v/721...
This custom element class is used to render code blocks with syntax highlighting (it's in use on any property page, ex. css.properties/animation-ti...)
gist.github.com/radium-v/721...
This custom element class is used to render code blocks with syntax highlighting (it's in use on any property page, ex. css.properties/animation-ti...)
*,
*::before,
*::after {
outline: 1px dashed \#F0F3;
&:hover {
outline: 1px solid \#F0FF;
}
}
```
*,
*::before,
*::after {
outline: 1px dashed \#F0F3;
&:hover {
outline: 1px solid \#F0FF;
}
}
```