jquery / jquery-color

jQuery plugin for color manipulation and animation support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse color from css vars ?

resarahman opened this issue · comments

is it possible to get the color object from css vars ? for example like this jQuery.Color( 'var(--heading-color)' )
or is there any method to extend to jQuery.Color to parse the css variable ?

Thanks