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

Feature Request: Convert color values (hex/rgb/hsl) to defined scss variables #24

Closed dcondrey closed 7 years ago

dcondrey commented 9 years ago

In large projects that I work on we always have a color.scss file which defines numerous colors to variables. Often times, remembering those variables can be difficult and am constantly cross-referencing back to the variable definitions to determine which variable to use.

Request feature, to define variables in plugin preferences and autoreplace color values when entered as hex/rgb/hsl to the appropriate variable name.