-
Notifications
You must be signed in to change notification settings - Fork 4.8k
CSS should not use :not #11677
Copy link
Copy link
Closed
Labels
CSS StylingRelated to editor and front end styles, CSS-specific issues.Related to editor and front end styles, CSS-specific issues.[Type] Code QualityIssues or PRs that relate to code qualityIssues or PRs that relate to code quality
Metadata
Metadata
Assignees
Labels
CSS StylingRelated to editor and front end styles, CSS-specific issues.Related to editor and front end styles, CSS-specific issues.[Type] Code QualityIssues or PRs that relate to code qualityIssues or PRs that relate to code quality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, we have a lot of CSS that is very non-performant, but also not very readable. Specifically, I think we shouldn't use
:notas much, in things like:and
This is very slow for browsers to parse, but they're also very hard to read. Our example CSS is going to be built upon a lot, so it needs to be a bit better.