Bootstrap with Sass

From Littledamien Wiki
Revision as of 22:45, 25 January 2015 by Video8 (talk | contribs) (Created page with "Category:CSS Category:Web Development Bootstrap stylesheets and javascript are available via CDN: <syntaxhighlight lang="html4strict"> <!-- Latest compiled and minif...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Bootstrap stylesheets and javascript are available via CDN:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>