Re: LESS compiler in 5.6.4

2022-02-21 Thread Ben Weidig
Hi Geoff, the CssCompressor is based on YUI Compressor https://github.com/yui/yuicompressor and has some minor issues... We replaced it with a customized variant in our projects to reduce any problems and improve performance, but maybe it's time to update/optimize it in Tapestry, too. Even thoug

Re: LESS compiler in 5.6.4

2022-02-21 Thread JumpStart
Ah, it’s looking like CssCompressor is the culprit. > On 21 Feb 2022, at 3:29 pm, JumpStart > wrote: > > Tapestry 5.6.4 uses the same less4j-1.12.0.jar as Tapestry 5.4.3, but I’m > getting a strange output problem. > > 5.4.3 outputs this: height: calc(100vh - env(safe-area-inset-top) - 44px);