UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

9 lines (8 loc) 212 B
var collection = []; functions.add('store', function(val) { collection.push(val); // imma store this for later return false; }); functions.add('list', function() { return less.value(collection); });