Skip to content

Nested Style Rule Parse Error #431

@CresentCity

Description

@CresentCity

The CSS Validator is treating a nested style rule as a parse error. Below is the link to the W3C CSS Nesting Module:

  https://www.w3.org/TR/css-nesting-1/

Here is the style rule from the CSS Nesting Module that the CSS Validator rejected:

.foo {
color: red;

.bar {
color: blue;
}
}

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