text-shadow: color-rgb x y blur (text) 196 B

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