Skip to content

A quick one pager that puts all of twitter bootstrap's styling into one long and condensed page for quick overview.

Notifications You must be signed in to change notification settings

epylinkn/bootstrap_theme_test_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Bootstrap Theme Test Page

A quick one pager that puts all of twitter bootstrap's styling into one long and condensed page for quick overview.

Basically, ran this jQuery function on each bootstrap page that has style examples:

$('.bs-docs-example').each(function() { console.log($('<div>').append($(this)).html()) });

Make it go

cd bootstrap_theme_test_page
python -m SimpleHTTPServer
open "http://localhost:8000"

The page uses CDNs. If testing your own custom themes, you'll probably want to change those.

About

A quick one pager that puts all of twitter bootstrap's styling into one long and condensed page for quick overview.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published