TheDutchCoder / ColorConvert

A Sublime Text 2 plugin that converts CSS colors from hex to rgb and back
MIT License
55 stars 6 forks source link

Multiple Selection breaks ColorConvert #23

Open appsforartists opened 9 years ago

appsforartists commented 9 years ago

Steps to Reproduces

1) Select multiple hex values (^D for Quick Add Next) 2) Run CSS Color Converter (⌘⇧C)

Expected Result

1) Each color is now the appropriate {RGB,HSL} format.

Actual Result

1) Each color has been replaced with the {RGB,HSL} value for the first selected color.