mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
start refactoring toCSS so we will be able to collect sourcemap information at the same time
This commit is contained in:
@@ -17,6 +17,9 @@ tree.Value.prototype = {
|
||||
}));
|
||||
}
|
||||
},
|
||||
genCSS: function (env, output) {
|
||||
output.add(this.toCSS(env));
|
||||
},
|
||||
toCSS: function (env) {
|
||||
return this.value.map(function (e) {
|
||||
return e.toCSS(env);
|
||||
|
||||
Reference in New Issue
Block a user