fix benchmark
This commit is contained in:
parent
400427e47a
commit
6086e903a8
@ -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;
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user