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

MichaelG
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi MichaelG,

I wonder if this will include view.less.

https://github.com/concrete5/concrete5-5.7.0/issues/1490...
MichaelG replied on at Permalink Reply
MichaelG
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()
MichaelG replied on at Permalink Reply
MichaelG
Then again, I have never looked at how view.css/view.js gets loaded in, and maybe that IS part of it?