mixin.js init
This commit is contained in:
parent
0c6366faaf
commit
6ea12f7aa5
11
lib/less/node/mixin.js
Normal file
11
lib/less/node/mixin.js
Normal file
@ -0,0 +1,11 @@
|
||||
if (typeof(window) === 'undefined') { var tree = require(require('path').join(__dirname, '..', '..', 'less', 'tree')); }
|
||||
|
||||
tree.mixin = {};
|
||||
tree.mixin.Call = function MixinCall(mixins) {
|
||||
this.mixins = mixins;
|
||||
};
|
||||
tree.mixin.Call.prototype = {
|
||||
toCSS: function (context, env) {
|
||||
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user