Can we get some LESS up in that view?
Permalink
I think it'd be badass if we could use view.less for blocks.
//end thought
//end thought
Maybe, but it sounds like it would be used when doing stuff like
requireAsset('less','mystuff');
I would want something that automatically pulls in view.less for blocks. Especially block templates of core blocks where I don't want to override core controllers in order to do requireAsset()
requireAsset('less','mystuff');
I would want something that automatically pulls in view.less for blocks. Especially block templates of core blocks where I don't want to override core controllers in order to do requireAsset()
Then again, I have never looked at how view.css/view.js gets loaded in, and maybe that IS part of it?
I wonder if this will include view.less.
https://github.com/concrete5/concrete5-5.7.0/issues/1490...