Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Certain CSS level 4 selectors are incorrectly compressed #57

@nex3

Description

@nex3

From sass/sass#2497:

I have a CSS level 4 selector in SCSS:

.someclass:nth-child(1 of .due-today) { 
/* ... */
}

When compressing the CSS via Sass, the result is something like…

.someclass:nth-child(1of.due - today) {
/* ... */
}

…which obviously isn't working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions