enyancc / vscode-ext-color-highlight

Extension adds colored border around css/web colors in the editor
GNU General Public License v3.0
263 stars 83 forks source link

Support of hsla with hue deg format #195

Open Denis535 opened 1 year ago

Denis535 commented 1 year ago

Unfortunately this doesn't work: hsla(240deg, 50%, 50%, 1.00), but this works hsla(240, 50%, 50%, 1.00).