14 September 2018 18:41
if the css file contains a
therefore, the buildt / deployed version displays these elements incorrectly.
this can be fixed by modifying the compiled .min.css file, but should be handled correctly in the first place.
a fix would save the manual work!
calc(50vw + 10px)
property, the css compiler / minizer removes the whitespaces around the + sign which makes this css property invalid.therefore, the buildt / deployed version displays these elements incorrectly.
this can be fixed by modifying the compiled .min.css file, but should be handled correctly in the first place.
a fix would save the manual work!