fix benchmark

This commit is contained in:
cloudhead 2010-03-27 02:32:30 -04:00
parent 400427e47a
commit 6086e903a8
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,3 @@
@import "lib";
@bg: #f01;
@white: #fff;
@grey: #eee;
@ -1360,7 +1359,6 @@ label.list_number.large {
}
}
}
@import "lib";
div.browse {
margin: 0 0 20px;
@ -2688,7 +2686,6 @@ label.list_number.large {
}
}
}
@import "lib";
div.browse {
margin: 0 0 20px;

View File

@ -4,7 +4,7 @@ var path = require('path'),
require.paths.unshift(__dirname, path.join(__dirname, '..'));
var less = require('lib/less');
var less = require('index');
var file = path.join(__dirname, 'benchmark.less');
fs.stat(file, function (e, stats) {