PrettyCSS icon indicating copy to clipboard operation
PrettyCSS copied to clipboard

Do better property checking

Open fidian opened this issue 13 years ago • 0 comments

It doesn't make sense to have this:

div {
    background-color: green;
    background: url('/images/bg.jpg');
}

In the above example, background wipes out background-color. This program should issue a warning that the property will overwrite another.

fidian avatar Nov 29 '12 21:11 fidian