try this: body: font-weight 100 color red -------- will get a unexcepted result with semicolon after sorted----------- body: color red; font-weight 100
try this:
body:
font-weight 100
color red
-------- will get a unexcepted result with semicolon after sorted-----------
body:
color red;
font-weight 100