method cssContent documentation in bbn\Cdn\Compiler

Returns a string with javascript including the given CSS content in the head of the document.

function(string $css) { $css = str_replace('`', '\\``', str_replace('\\', '\\\\', $css)); //$css = Str::escapeSquotes($css); $code = Str::genpwd(25, 20); $head = $code . '2'; $style = $code . '3'; return <<

Returns a string with javascript including the given CSS content in the head of the document. 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.