coffee-express
Version:
A Template for NodeJs Application using Express, CoffeeScript, Jade, and Stylus.
21 lines (18 loc) • 333 B
text/stylus
@import 'lib/bootstrap/bootstrap.styl' // bootstrap-stylus
@import 'nib'
.container
margin-top 60px
h2
smooth-button()
width: 90%
font-size: 2em
h3
margin-top: 20px
pre
font-family: courier
background-color: rgba(0,0,0,.8)
color: yellow
width: 100%
margin-bottom: 20px
padding: 10px
border: 1px solid black