diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-21 22:05:17 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-21 22:05:17 +0200 |
commit | 47a4416df21412a9184a9b5045233260c1cb80bb (patch) | |
tree | bd5463ec7698868ab61d84a1ae0af1ebd4984ce8 /.config/coc/ultisnips/css.snippets |
dots v2
Diffstat (limited to '.config/coc/ultisnips/css.snippets')
-rw-r--r-- | .config/coc/ultisnips/css.snippets | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/coc/ultisnips/css.snippets b/.config/coc/ultisnips/css.snippets new file mode 100644 index 0000000..fc67c2e --- /dev/null +++ b/.config/coc/ultisnips/css.snippets @@ -0,0 +1,5 @@ +snippet resetFontWeight "reset font-weight for mobile browsers" +h1, h2, h3, h4, h5, h6 { + font-weight: normal !important; +} +endsnippet |