css.properties
banner
css.properties
css.properties
@css.properties
css.properties is a simple and quick reference for CSS properties.

(Created by @john.kreitlow.rocks)
Throw another on the Syntax highlighting pile!

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...)
code-block.ts
GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
January 22, 2026 at 7:21 AM
```css
*,
*::before,
*::after {
outline: 1px dashed \#F0F3;

&:hover {
outline: 1px solid \#F0FF;
}
}
```
December 16, 2025 at 7:31 PM
`lightning-color: yellow;`
January 16, 2025 at 4:58 AM