mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
moved index.js to lib/less
This commit is contained in:
@@ -4,7 +4,7 @@ var path = require('path'),
|
||||
|
||||
require.paths.unshift(__dirname, path.join(__dirname, '..'));
|
||||
|
||||
var less = require('index');
|
||||
var less = require('lib/less');
|
||||
|
||||
less.tree.functions.add = function (a, b) {
|
||||
return new(less.tree.Dimension)(a.value + b.value);
|
||||
|
||||
Reference in New Issue
Block a user