With this LESS fragment: ``` .tip { font-size: 1em; line-height: 1.2em: margin: 20px 0px 30px 0px; } ``` the "line-height" value ends with a ":" instead of ";" and the parser should report an error. It does not.