Why is firefox adding empty lines to the css file in web developer?
Firefox is adding empty lines to the css file in web developer like so: videoFiles { left: 0; z-index: 3; width: 250px; height: 40px; opacity: 0; cursor: point… (Lesen Sie mehr)
Firefox is adding empty lines to the css file in web developer like so:
- videoFiles {
left: 0; z-index: 3; width: 250px; height: 40px; opacity: 0; cursor: pointer;
}
- image_files {
height: 40px; width: 250px; z-index: 3; opacity: 0; cursor: pointer;
}
.previewVid {
width: 50%; padding: 10px;
}
Those empty lines are not in the css file and so it is reporting the wrong line numbers. So hard to find the correct line in the actual file.