selection 182 B

123456789
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : selection
  3. #key : selection
  4. # --
  5. $1::-moz-selection,
  6. $1::selection {
  7. color: ${2:inherit};
  8. background: ${3:inherit};
  9. }