buttron
Version:
A whole new way to button
28 lines (25 loc) • 381 B
text/stylus
.test
buttron({
style: false
before:{
content: 'testBefore'
background: green
}
after:{
content: 'testAfter'
background: green
color: yellow
}
})
buttron('.test', {
style: false
before:{
content: 'testBefore'
background: green
}
after:{
content: 'testAfter'
background: green
color: yellow
}
})