VBC-098: z-index-war
warningCategory: clean-code
Analysis: Regex (line by line)
File types: .css, .scss, .less
Scope: source code only, ignoring anything inside strings and comments
Tags: css
What it reports
Extremely high z-index value detected at line {line} (z-index wars).
Flagged
css
.modal { z-index: 99999; }Not flagged
css
.modal { z-index: 10; }Pattern
regex
z-index\s*:\s*[0-9]{4,}