You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to integrate bootstrap less with mozu theme, but I got an error on &:extend(.myclass); I think this is very useful utility in less development. If you guys can resolve it then obviously lots of other web-frameworks like bootstrap can be integrated with mozu theme.
The text was updated successfully, but these errors were encountered:
Since LESS compilation happens on the server, this is more of a problem with Mozu's LESS compiler than it is the Core theme. Extends were introduced in LESS 1.4.0, and I don't think the Mozu compiler is current on that version.
I'll open it as a feature request that we will handle internally. In the meantime, you might try an older version of Bootstrap that doesn't use extends. I hope it doesn't impact your workflow too much!
I was trying to integrate bootstrap less with mozu theme, but I got an error on &:extend(.myclass); I think this is very useful utility in less development. If you guys can resolve it then obviously lots of other web-frameworks like bootstrap can be integrated with mozu theme.
The text was updated successfully, but these errors were encountered: