Skip to content

Other Stylelint Fixes

Unexpected use of low performance transition property (box-shadow). (plugin/no-low-performance-animation-properties)

overscroll-behavior: contain;
scrollbar-gutter: stable;

Whenever setting an element to display: flex a flex-wrap value must be defined. Set flex-wrap: nowrap for the default behavior. Learn more: https://defensivecss.dev/tip/flexbox-wrapping/ (plugin/use-defensive-css)

flex-wrap: nowrap;

This is a blockquote. Learn more: https://defensivecss.dev/tip/image-compressed/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/long-content/ (plugin/use-defensive-css)

.long-content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

This is a blockquote. Learn more: https://defensivecss.dev/tip/spacing/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/auto-fit-fill/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/css-grid-fixed-values/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/css-variable-fallback/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/fixed-sizes/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/flexbox-min-content-size/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/grid-min-content-size/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/grouping-selectors/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/img-max-width/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/position-sticky-grid/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/scrollbar-gutter/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/scrollbar/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/space-between/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/text-over-image/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/vertical-mq/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/hover-media/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/inner-shadow/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/default-flexbox-stretching/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/input-zoom-safari/ (plugin/use-defensive-css)

This is a blockquote. Learn more: https://defensivecss.dev/tip/button-min-width/ (plugin/use-defensive-css)