buttron
Version:
A whole new way to button
28 lines (25 loc) • 353 B
text/stylus
.test
buttron({
style: false
first-child:{
background: green
}
last-child:{
background: green
}
"nth-child(2)":{
background: green
}
})
buttron('.test', {
style: false
first-child:{
background: green
}
last-child:{
background: green
}
"nth-child(2)":{
background: green
}
})