Skip to content

CSS Nesting support #718

@GrauBlitz

Description

@GrauBlitz

Am I missing something or is the newish CSS nesting functionality not supported by this tool?

Test with nesting example from MSDN:

.parent {
  /* parent styles */
  & .child {
    /* child of parent styles */
  }
}

Tool output from https://www.minifier.org/css-validator:

1	1	warning	Rules without any properties specified should be removed.	Rule is empty.
3	3	error	This rule looks for recoverable syntax errors.	Expected RBRACE at line 3, col 3.
6	1	error	This rule looks for recoverable syntax errors.	Unexpected token '}' at line 6, col 1.

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