Flex item overflowFlex Item Overflow
A flex item overflows its container because it cannot shrink enough.
Deprecated -moz- prefixA -moz- prefixed property is deprecated and should be replaced with the standard version.
The Mozilla vendor prefix was used for experimental CSS features in Firefox. Most prefixed properties have been standardized and the prefixed versions are deprecated.
Replace with the standard unprefixed property. Keep the prefix only if you need to support very old Firefox versions. Use autoprefixer for automatic prefix management.
Flex item overflowA flex item overflows its container because it cannot shrink enough.
Invalid clamp() syntaxThe clamp() function has incorrect syntax or parameters.
!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.
Margin collapseVertical margins between elements collapse into a single margin instead of adding together.
aspect-ratio ignoredThe aspect-ratio property is not taking effect on the element.