MCPcopy
hub / github.com/CodeboxIDE/codebox / loadStyleSheets

Function loadStyleSheets

core/cb.addons/require-tools/less/lessc.js:6802–6806  ·  view source on GitHub ↗
(callback, reload, newVars)

Source from the content-addressed store, hash-verified

6800}
6801
6802function loadStyleSheets(callback, reload, newVars) {
6803 for (var i = 0; i < less.sheets.length; i++) {
6804 loadStyleSheet(less.sheets[i], callback, reload, less.sheets.length - (i + 1), newVars);
6805 }
6806}
6807
6808function initRunningMode(){
6809 if (less.env === 'development') {

Callers 2

initRunningModeFunction · 0.85
lessc.jsFile · 0.85

Calls 1

loadStyleSheetFunction · 0.85

Tested by

no test coverage detected