1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Create heading, form and button component, remove objects, add form example to page.html, add rem to container, remove pjax scss, add scroll object.

This commit is contained in:
Antoine Boulanger
2019-07-24 16:28:56 -04:00
parent d2db947fd1
commit 1f589add29
17 changed files with 344 additions and 356 deletions

View File

@@ -28,19 +28,17 @@
</nav>
</header>
<main>
<div data-load-container>
<div data-module-scroll>
<div data-load-container>
<div class="o-scroll" data-module-scroll>
<main>
<h1 class="c-heading -h1">Home</h1>
</main>
<p>Home</p>
</div>
<footer>
<p>Made with <a href="https://github.com/locomotivemtl/locomotive-boilerplate" title="Locomotive Boilerplate" target="_blank">🚂</a></p>
</footer>
</div>
</main>
<footer>
<p>Made with <a href="https://github.com/locomotivemtl/locomotive-boilerplate" title="Locomotive Boilerplate" target="_blank">🚂</a></p>
</footer>
</div>
<script nomodule src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.4.4/polyfill.min.js" crossorigin="anonymous"></script>
<script nomodule src="https://polyfill.io/v3/polyfill.min.js?features=fetch%2CCustomEvent%2CElement.prototype.matches" crossorigin="anonymous"></script>