colord icon indicating copy to clipboard operation
colord copied to clipboard

Support exotic notations for Numbers

Open bartveneman opened this issue 4 years ago • 1 comments

I know these are very unlikely patterns to run into, but apparently they exist, so support for them would be nice (but definitely not required):

    numbers {
      color: rgba(1e2, .5e1, .5e0, +.25e2%);
    }

Source: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#rgb_transparency_variations

bartveneman avatar May 02 '21 12:05 bartveneman

Hi! I'll think about the issue. Since that's a valid value according to the specs, we should try to extend the parsers.

omgovich avatar May 07 '21 13:05 omgovich