Skip to content

Invalid CSS Syntax after purge #72

@Irtiza90

Description

@Irtiza90

Here i give input, which is valid CSS

h6 {
  font-family: niveau-grotesk-medium, sans-serif !important;
}

after purging it is converted to this, which is invalid

h6 {
  font-family: niveau-grotesk-medium, "sans-serif!important";
}

i tried changing the input to this to prevent the error, and apparently that's invalid

font-family: niveau-grotesk-medium, "sans-serif" !important;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions