Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Don't report errors when validated with @supports #181

@kkmuffme

Description

@kkmuffme

https://developer.mozilla.org/en-US/docs/Web/CSS/@supports

@supports (content-visibility: hidden) {
	.foo {
		content-visibility: hidden;
	}
}

This shouldn't report an error. Same also for e.g. @supports (content-visibility: hidden) and (display: flex) {
Any or conditions or if prefixed with not should continue to report errors just like now.

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