shithub: opossum

Download patch

ref: 8c68719b7a3b8c7e4a1db663e6d2802a220924c5
parent: 255cf429650e2fcbd2c8b8ac5e38f36d43f48f2e
author: Philip Silva <philip.silva@protonmail.com>
date: Fri Dec 18 07:58:15 EST 2020

reconsider float:left

--- a/style/stylesheets.go
+++ b/style/stylesheets.go
@@ -455,7 +455,7 @@
 func (cs Map) IsInline() bool {
 	propVal, ok := cs.Declarations["float"]
 	if ok && propVal.Value == "left" {
-		return false
+		return true
 	}
 	propVal, ok = cs.Declarations["display"]
 	if ok {