css-validator
css-validator copied to clipboard
Incorrect css shows as correct
See attached: web.assets_backend.css.gz
The whole file is compilation of other css files, and there is culprit, that makes browser to ignore some styles from that css file above:
/* /shatatel_razmetki/static/src/css/styles.css */
.somestyle1 {
.somestyle2 {
}
First style misses closing "}" bracket.
Your example is raising an error somestyle2 is a CSS hack isn't the the expected behaviour?