Trying to apply some CSS to an element depending on what conditions are selected in style properties.
I want to enable / disable a menu.
I was trying to stop the CSS loading in the less templates if it isn't required.
I think what I will do is wrap the HTML in a conditional and then put the less in its own template and wrap that template include in a conditional.
Unless there is a better way to achieve this?
