Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assemble method #3

Open
awinogradov opened this issue Jun 23, 2015 · 2 comments
Open

assemble method #3

awinogradov opened this issue Jun 23, 2015 · 2 comments

Comments

@awinogradov
Copy link
Member

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
Copy link

tyv commented Nov 21, 2016

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

@awinogradov
Copy link
Member Author

@tyv take it!;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants