mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Organize partials
This commit is contained in:
@@ -7,7 +7,7 @@ github_url: https://github.com/jgthms/bulma-start
|
||||
npm_url: https://www.npmjs.com/package/bulma-start
|
||||
---
|
||||
|
||||
{% include navbar.html id="BulmaStartHero" %}
|
||||
{% include global/navbar.html id="BulmaStartHero" %}
|
||||
|
||||
<section class="hero is-success">
|
||||
<div class="hero-body">
|
||||
@@ -22,7 +22,7 @@ npm_url: https://www.npmjs.com/package/bulma-start
|
||||
</p>
|
||||
</div>
|
||||
<div class="column is-narrow">
|
||||
{% include carbon.html %}
|
||||
{% include elements/carbon.html %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@ npm_url: https://www.npmjs.com/package/bulma-start
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include anchor.html name="Install" %}
|
||||
{% include elements/anchor.html name="Install" %}
|
||||
|
||||
{% highlight bash %}npm install bulma-start{% endhighlight %}
|
||||
|
||||
@@ -55,7 +55,7 @@ npm_url: https://www.npmjs.com/package/bulma-start
|
||||
|
||||
{% highlight bash %}yarn add bulma-start{% endhighlight %}
|
||||
|
||||
{% include anchor.html name="What’s included" %}
|
||||
{% include elements/anchor.html name="What’s included" %}
|
||||
|
||||
<div class="content">
|
||||
<p>The <code>npm</code> dependencies included in <code>package.json</code> are:</p>
|
||||
|
||||
Reference in New Issue
Block a user