dotar/vim/snippets/css/text/shadow_hex.snippet

2 lines
55 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
text-shadow: #${1:DDD} ${2:10px} ${3:10px} ${4:2px};$0