jkilbride
Member
When creating a less template in an add-on, I noticed that it's automatically transpiled to CSS. Does it make any difference which file I then include in my templates?
<xf:css src="my_styles.less" />
vs.
<xf:css src="my_styles.css" />
Both work, but is there any advantage to using the pre-compiled css?
<xf:css src="my_styles.less" />
vs.
<xf:css src="my_styles.css" />
Both work, but is there any advantage to using the pre-compiled css?