[18:12:26] danilo: Inline styles are simpler yes, but less powerful. Particularly in interfaces which need to adapt to mobile using classes makes a look more sense. [20:27:59] jdlrobson: I agree that in many cases classes make more sense, but sometimes someone just want a small change in the mobile version (e.g. change the size of an image) and don't know how to use TemplateStyles, or don't know how to write CSS classes, or just don't want to create a second page for a small change [20:28:37] in those cases using a #if to change the mobile look makes more sense in my opinion [22:06:24] danilo: the end goal is that we have consistent html between mobile and desktop though [22:06:42] danilo: and hacks like that make that impossible to achieve. as such they will never see support.