R refael Well-known member Aug 2, 2013 #1 HTML: .test{float: left;} Will become `float: right;`. But HTML: .test{float: left} Will stay `float: left`. You may say this can be avoided by just adding the semicolon, but I hope there is something that can be done for make it work in syntax without semicolon.
HTML: .test{float: left;} Will become `float: right;`. But HTML: .test{float: left} Will stay `float: left`. You may say this can be avoided by just adding the semicolon, but I hope there is something that can be done for make it work in syntax without semicolon.