blup / bootstrap.stylus

Twitter's bootstrap ported to stylus
Other
84 stars 26 forks source link

Problem on Connect and Express CSS error issue #2

Open yodiaditya opened 12 years ago

yodiaditya commented 12 years ago

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 :

http://i.imgur.com/dpeVs.png

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.