buttron
Version: 
A whole new way to button
15 lines (13 loc) • 562 B
text/stylus
.customProps
  buttron({
    style: true
    background: "linear-gradient(135deg, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%)"
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.75)
    text-shadow: 2px 1px 2px rgba(150, 150, 150, 1)
  })
buttron('.customProps', {
  style: true
  background: "linear-gradient(135deg, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%)"
  box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.75)
  text-shadow: 2px 1px 2px rgba(150, 150, 150, 1)
})