Skip to content
  • Benjamin Otte's avatar
    css: Improve rgb()/rgba() color parsing · 30991cd1
    Benjamin Otte authored
    - Don't crash when there's no '('
    - Allow mixed numbers and percentages
    - Accept real numbers and not just ints
    - Allow '.' as the only separator
    - Use less code
    30991cd1