mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Init v1
This commit is contained in:
5
docs/library/layout/container.html
Normal file
5
docs/library/layout/container.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h3 class="title">Container</h3>
|
||||
{% include library/layout/container.html %}
|
||||
5
docs/library/layout/footer.html
Normal file
5
docs/library/layout/footer.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h3 class="title">Footer</h3>
|
||||
{% include library/layout/footer.html %}
|
||||
5
docs/library/layout/hero.html
Normal file
5
docs/library/layout/hero.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h3 class="title">Hero</h3>
|
||||
{% include library/layout/hero.html %}
|
||||
5
docs/library/layout/level.html
Normal file
5
docs/library/layout/level.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h3 class="title">Level</h3>
|
||||
{% include library/layout/level.html %}
|
||||
5
docs/library/layout/media.html
Normal file
5
docs/library/layout/media.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h3 class="title">Media</h3>
|
||||
{% include library/layout/media.html %}
|
||||
5
docs/library/layout/section.html
Normal file
5
docs/library/layout/section.html
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<h3 class="title">Section</h3>
|
||||
{% include library/layout/section.html %}
|
||||
Reference in New Issue
Block a user