MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
836 stars 110 forks source link

adding `stop` and `stop-color` #188

Closed bbudd closed 9 months ago

bbudd commented 9 years ago

stop is a valid SVG node (inside linearGradient or radialGradient), and stop-color is a valid css property for that node. This simply adds those.

note: found this omission on github, traced it back here.