Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 997 Bytes

README.md

File metadata and controls

54 lines (28 loc) · 997 Bytes

bootstrap-stylus

A basic port of the Twitter Bootstrap CSS framework to stylus. Ideal for node.js apps using connect or express.

To learn more about using the framework see the bootstrap docs at http://twitter.github.com/bootstrap.

Use

Javascript - just add it to stylus's paths:

stylus(content).set('paths',[require('bootstrap-stylus')]).render(....)

in your .style files:

@import bootstrap

or set variables before importing:

$linkColor = red
@import bootstrap

You can also import individual files by specifying their filename:

@import reset

Authors

Twitter Bootstrap by:

Mark Otto

Jacob Thornton

Port to stylus by

Michael Prasuhn

License

Copyright 2011 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0