Skip to content

@supports not correctly minified #29

Open
@Ruud-Zuiderlicht

Description

@Ruud-Zuiderlicht

@supports can't be used at the moment. The CSS code below should come out unaltered (already minified). However the closing bracket is removed.

steps to reproduce

echo \CssMin::minify('@supports(display:grid){.example{display:grid}}');

expected output
string(47): "@supports(display:grid){.example{display:grid}}"

actual output
string(46): "@supports(display:grid){.example{display:grid}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions