Container query unsupportedContainer Query Not Supported
The browser does not support @container queries.
Deprecated -webkit- prefixA -webkit- prefixed property is deprecated and should be replaced with the standard version.
The vendor-prefixed version was needed for older WebKit browsers but the standard property is now widely supported. Keeping only the prefixed version may break in future browser updates.
Use the standard (unprefixed) property. Keep the prefixed version as a fallback if needed for older browsers. Use an autoprefixer tool to manage vendor prefixes automatically.
Container query unsupportedThe browser does not support @container queries.
Deprecated -moz- prefixA -moz- prefixed property is deprecated and should be replaced with the standard version.
backdrop-filter not renderingThe backdrop-filter property has no visible effect on the element.
Invalid selectorThe CSS selector syntax is not valid.
!important overuseExcessive use of !important makes styles difficult to override and maintain.
Specificity conflictA CSS rule is not applied because a more specific selector overrides it.