How can I go about writing expression for font size, top, height, width... with TSS in appcelerator alloy project
'.myLabel': {
backgroundColor: '#fff',
height: Ti.Platform.displayCaps.platformHeight / 2,
width: (Ti.Platform.displayCaps.platformWidth + 50) / 2
}