csx
csx copied to clipboard
support percentages in rgb/rgba strings in color()
RGB spec: https://www.w3.org/TR/css3-color/#rgb-color
so color('rgb(100%, 0%, 0%)')
should translate to rgb(255, 0, 0)