Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested Style Rule Parse Error #431

Open
CresentCity opened this issue Oct 19, 2024 · 0 comments
Open

Nested Style Rule Parse Error #431

CresentCity opened this issue Oct 19, 2024 · 0 comments

Comments

@CresentCity
Copy link

CresentCity commented Oct 19, 2024

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;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant