theprotein/shortcss

assemble method

Opened this issue · 2 comments

var psc = require('parseshortcss');

console.log(psc.assemble([{'border-top-left-radius': '9px'}, {'border-top-right-radius': '9px'}, {'border-bottom-left-radius': '9px'}, {'border-bottom-right-radius': '9px'}])); 
// {'border-radius': '9px'}
tyv commented

as far as I understood no one doing this right now, how about I will take this issue? Need this feature.

@tyv take it!;)