Topic on Extension talk:CodeEditor

"unset" causes a warning in the CSS editor

1
Summary by Anerisys

Looks like the reason for this is browser compatibility.

Anerisys (talkcontribs)

For example, width: unset; and border: unset; cause a warning that reads "Expected … but found 'unset' ".

It is no major issue, since it does not refuse saving it, but the false error still needs to be removed at some point.