Skip to content

Add support for CSS Nesting #474

@freshp86

Description

@freshp86

See https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting.

It currently seems to not work and nested CSS rules are stripped from the output. For example passing the following

.parent {
 & .child {
  color: blue;
 }
}

produces an empty output. Same happens if the & nesting selector is omitted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions