Open vin-ai opened 11 years ago
Or, more simply:
#hello {
color: blue;
}
#hello {
color: blue;
}
produces:
#hello {
color: blue;
color: blue;
}
I don't think this is a bug. The root cause of the problem is that your original CSS is bad.
I tried:
and it produces: here height and min-height is repeating thrice, because above same selector repeating thrice