Created by: Megabyteceer
"margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;" isn't compiled correctly. Result is: "margin: 7.5px -15px;" unprecalculated value. Performance overhead.
Created by: Megabyteceer
"margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;" isn't compiled correctly. Result is: "margin: 7.5px -15px;" unprecalculated value. Performance overhead.