Skip to content
  • Alx Sa's avatar
    core: Fix CSS palette import regex · 0c32e0eb
    Alx Sa authored
    GIMP expects CSS palettes to end with a ";" when importing. However,
    GIMP exports CSS lines without ";". This means GIMP can't reopen its
    own exported CSS palettes.
    The ";" was removed from the regex since CSS2 does not require
    the last line to end with a ";". However, CSS3 and above
    require ending all lines with a ";", so it is added to the
    export script.
    0c32e0eb