Bootstrap with Sass: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "Category:CSS Category:Web Development Bootstrap stylesheets and javascript are available via CDN: <syntaxhighlight lang="html4strict"> <!-- Latest compiled and minif...")
(No difference)

Revision as of 22:45, 25 January 2015


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>