aboutsummaryrefslogtreecommitdiff
path: root/.config/coc/ultisnips/css.snippets
blob: fc67c2e2313d6b50d6cc03620a2a01172024f0d9 (plain)
1
2
3
4
5
snippet resetFontWeight "reset font-weight for mobile browsers"
h1, h2, h3, h4, h5, h6 {
	font-weight: normal !important;
}
endsnippet