Skip to content
  • Benjamin Otte's avatar
    symboliccolor: Change the print output · 1a213679
    Benjamin Otte authored
    Functions should not have a space before the opening parenthesis. So
    change output like
      alpha (@color, 0.5)
    to
      alpha(@color, 0.5)
    and do the same for "shade" and "mix".
    
    Tests have been updated accordingly.
    1a213679