runner-global-vars-options.js 117 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7
var less = {
    logLevel: 4,
    errorReporting: 'console',
    globalVars: {
        '@global-var': 'red'
    }
};