Skip to content

Nested CSS classes should not be prefixed #659

@idubrov

Description

@idubrov

When I wrap the following CSS:

.outer { .inner { color: red; } }

I get:

.wrap .outer { .wrap .inner { color: red; } }

Which, I think, is wrong? Inner class should not be prefixed as the CSS above is equivalent to .outer .inner { color: red; }.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions