Merge branch 'master' into mcaskill-scss

This commit is contained in:
Dominic Lord
2017-03-02 12:28:01 -05:00
committed by GitHub
21 changed files with 3038 additions and 169 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -15,11 +15,11 @@
<link rel="stylesheet" href="assets/styles/main.css">
</head>
<body>
<div data-module="Title">
<h1 class="js-label">Locomotive's Boilerplate</h1>
</div>
<div id="js-barba-wrapper">
<div class="js-barba-container" data-template="home">
<button data-module="Button" type="button" value="Clicked! Title destroyed">Change value and destroy Title()</button>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/scripts/jquery-3.0.0.min.js"><\/script>')</script>