Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
151 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: -vendor-prefix
  3. # contributor: Prateek Saxena
  4. # key: -v
  5. # --
  6. $1: $2;
  7. -webkit-$1: $2;
  8. -moz-$1: $2;
  9. -ms-$1: $2;
  10. -o-$1: $2;