Invalid color functionInvalid Color Function
A CSS color function (rgb, hsl, oklch, etc.) has invalid syntax.
gap not working in flexboxThe gap property does not create spacing in a flex container.
The gap property in flexbox is not supported in older browsers (Safari < 14.1, older Chrome). The container must have display: flex for gap to work.
Use margin on flex items as a fallback. Check browser support for flexbox gap. Use the > * + * selector pattern for spacing. Ensure the container uses display: flex.
Invalid color functionA CSS color function (rgb, hsl, oklch, etc.) has invalid syntax.
Overflow hidden clippingContent is being clipped or hidden unexpectedly due to overflow settings.
position: sticky not workingThe element with position: sticky does not stick as expected.
Specificity conflictA CSS rule is not applied because a more specific selector overrides it.
aspect-ratio ignoredThe aspect-ratio property is not taking effect on the element.
Scroll snap not workingCSS scroll snapping is not behaving as expected.