text-shadow: color-hex x y blur (text) 174 B

12345
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : text-shadow: color-hex x y blur (text)
  3. #key : text
  4. # --
  5. text-shadow: #${1:DDD} ${2:10px} ${3:10px} ${4:2px};$0