-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
I use :
└─┬ stylus@0.15.4
├─┬ connect@1.7.1
├─┬ express@2.4.6
├── nib@0.2.0
Try to do node connect.js in examples, it give me results :
Also, i try with express + stylus,
http://twitter.github.com/bootstrap/examples/container-app.html
Here is the jade template for it :
!!!
html
head
title= title
link(rel='stylesheet', href='/stylesheets/style.css')
body!= body
.topbar
.fill
.container
a.brand(href='#') Project name
ul.nav
li.active
a(href='#') Home
li
a(href='#about') About
li
a(href='#contact') Contact
form.pull-right(action='')
input.input-small(type='text', placeholder='Username')
input.input-small(type='password', placeholder='Password')
button.btn(type='submit') Sign in
.container
.content
.page-header
h1
| Page name
small Supporting text or tagline
.row
.span10
h2 Main content
.span4
h3 Secondary content
footer
p © Company 2011
And still css error issue.
Metadata
Metadata
Assignees
Labels
No labels