mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add typography helpers
This commit is contained in:
2
docs/_includes/color/black-bis.html
Normal file
2
docs/_includes/color/black-bis.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 7%);"></span>
|
||||
hsl(0, 0%, 7%)
|
||||
2
docs/_includes/color/black-ter.html
Normal file
2
docs/_includes/color/black-ter.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 14%);"></span>
|
||||
hsl(0, 0%, 14%)
|
||||
2
docs/_includes/color/black.html
Normal file
2
docs/_includes/color/black.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 4%);"></span>
|
||||
hsl(0, 0%, 4%)
|
||||
2
docs/_includes/color/blue.html
Normal file
2
docs/_includes/color/blue.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(217, 71%, 53%);"></span>
|
||||
hsl(217, 71%, 53%)
|
||||
2
docs/_includes/color/green.html
Normal file
2
docs/_includes/color/green.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(141, 71%, 48%);"></span>
|
||||
hsl(141, 71%, 48%)
|
||||
2
docs/_includes/color/grey-dark.html
Normal file
2
docs/_includes/color/grey-dark.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 29%);"></span>
|
||||
hsl(0, 0%, 29%)
|
||||
2
docs/_includes/color/grey-darker.html
Normal file
2
docs/_includes/color/grey-darker.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 21%);"></span>
|
||||
hsl(0, 0%, 21%)
|
||||
2
docs/_includes/color/grey-light.html
Normal file
2
docs/_includes/color/grey-light.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 71%);"></span>
|
||||
hsl(0, 0%, 71%)
|
||||
2
docs/_includes/color/grey-lighter.html
Normal file
2
docs/_includes/color/grey-lighter.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 86%);"></span>
|
||||
hsl(0, 0%, 86%)
|
||||
2
docs/_includes/color/grey.html
Normal file
2
docs/_includes/color/grey.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 48%);"></span>
|
||||
hsl(0, 0%, 48%)
|
||||
2
docs/_includes/color/orange.html
Normal file
2
docs/_includes/color/orange.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(14, 100%, 53%);"></span>
|
||||
hsl(14, 100%, 53%)
|
||||
2
docs/_includes/color/purple.html
Normal file
2
docs/_includes/color/purple.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(271, 100%, 71%);"></span>
|
||||
hsl(271, 100%, 71%)
|
||||
2
docs/_includes/color/red.html
Normal file
2
docs/_includes/color/red.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(348, 100%, 61%);"></span>
|
||||
hsl(348, 100%, 61%)
|
||||
2
docs/_includes/color/turquoise.html
Normal file
2
docs/_includes/color/turquoise.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(171, 100%, 41%);"></span>
|
||||
hsl(171, 100%, 41%)
|
||||
2
docs/_includes/color/white-bis.html
Normal file
2
docs/_includes/color/white-bis.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 98%);"></span>
|
||||
hsl(0, 0%, 98%)
|
||||
2
docs/_includes/color/white-ter.html
Normal file
2
docs/_includes/color/white-ter.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 96%);"></span>
|
||||
hsl(0, 0%, 96%)
|
||||
2
docs/_includes/color/white.html
Normal file
2
docs/_includes/color/white.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(0, 0%, 100%);"></span>
|
||||
hsl(0, 0%, 100%)
|
||||
2
docs/_includes/color/yellow.html
Normal file
2
docs/_includes/color/yellow.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<span class="color" style="background: hsl(48, 100%, 67%);"></span>
|
||||
hsl(48, 100%, 67%)
|
||||
@@ -10,6 +10,12 @@
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'responsive-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/responsive-helpers/">
|
||||
Responsive helpers
|
||||
</a>
|
||||
<a class="navbar-item is-tab {% if page.doc-subtab == 'typography-helpers' %}is-active{% endif %}" href="{{ site.url }}/documentation/modifiers/typography-helpers/">
|
||||
Typography helpers
|
||||
<span class="tag is-success" style="margin-left: 1em;">
|
||||
New!
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user