Skip to content

Support for CSS Nesting #37

@raulillana

Description

@raulillana

Hey!

Actually CSS Nesting is not working when minifying files. The code just gets trimmed to the first element.

So a style.css like this.

html {
    width: 100%;
    height: 100%;
    
    body {
        background-color: grey;
    }
}

Will minify into this style.min.css.

html {
    width: 100%;
    height: 100%;
}

Any plans on supporting this in the near future?

REF: https://caniuse.com/css-nesting

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