Tomáš Hubálek
11/08/2021, 10:00 AMStyleSheet
class ?
Or I have to use
width("calc(" + AppStyleSheetVariables.myVar.value() + " ... )")
?Brian G
11/08/2021, 2:56 PMcalc
will be used automatically if you add incompatible units together, like: `
width(100.percent + 10.px)
Brian G
11/08/2021, 2:57 PMAkif Abasov [JB]
11/08/2021, 3:23 PMTomáš Hubálek
11/08/2021, 3:50 PM