biome_css_parser 0.5.8

Biome's CSS parser
Documentation
1
2
3
4
5
6
7
8
9
10

main {
	label:hover {
		font-weight: 500;
	}

	a:link, a:visited {
		color: inherit;
	}
}