.dotfiles/.vim/snipps/css.snippets
2019-04-19 18:09:33 +02:00

5 lines
48 B
Text

snippet id "rule for id"
#$1 {
$0
}
endsnippet