ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,726
- Points
- 823
Reputation:
In an addon I'm working on, I have this in a.less file:
CSS:
Now the only way to get that style property to apply to the template when I change it from yes to no is to save the .less template.
I seem to remember coming across this before,and there was a way to rebuild the template/cache to apply the changes to the style property.
Continue reading...
CSS:
Code:
<xf:if is="property('ozzmodz_fm_mobile') == 'no'" >
@media (max-width: @xf-responsiveMedium)
{
display: none;
}
</xf:if>
Now the only way to get that style property to apply to the template when I change it from yes to no is to save the .less template.
I seem to remember coming across this before,and there was a way to rebuild the template/cache to apply the changes to the style property.
Continue reading...