method addLess documentation in bbn\Mvc\Controller

This will get and compile a LESS view encapsulated in a scoped style tag and add it to the output object.

function($path = '') { if ($css = $this->getLess($path)) { if (!isset($this->obj->css)) { $this->obj->css = ''; } $this->obj->css .= $css; } return $this; }

This will get and compile a LESS view encapsulated in a scoped style tag and add it to the output object. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.