dotfiles/.emacs.d/snippets/css-mode/v

10 lines
151 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: -vendor-prefix
# contributor: Prateek Saxena
# key: -v
# --
$1: $2;
-webkit-$1: $2;
-moz-$1: $2;
-ms-$1: $2;
-o-$1: $2;