mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Update Expo April 2020
This commit is contained in:
@@ -12,19 +12,17 @@
|
||||
Simply set your own Sass variables before importing Bulma
|
||||
</h4>
|
||||
<div class="bd-index-custom-tweet">
|
||||
{% include
|
||||
elements/tw.html
|
||||
tweet_id="1070320154452656128"
|
||||
modifier='bd-is-grey'
|
||||
%}
|
||||
{% include elements/tw.html tweet_id="1070320154452656128"
|
||||
modifier='bd-is-grey' %}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="columns">
|
||||
<div class="column is-6">
|
||||
<div class="highlight-full bd-has-drawing">
|
||||
{% highlight scss %}{% include snippets/customized.html %}{% endhighlight %}
|
||||
{% include elements/drawing.html id='customize' width=152 height=76 %}
|
||||
{% highlight scss %}{% include snippets/customized.html %}{%
|
||||
endhighlight %} {% include elements/drawing.html id='customize'
|
||||
width=152 height=76 %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -36,11 +34,15 @@
|
||||
Bulma
|
||||
</h1>
|
||||
<p class="subtitle">
|
||||
Modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Flexbox</a>
|
||||
Modern CSS framework based on
|
||||
<a
|
||||
href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox"
|
||||
>Flexbox</a
|
||||
>
|
||||
</p>
|
||||
<div class="field">
|
||||
<div class="control">
|
||||
<input class="input" type="text" placeholder="Input">
|
||||
<input class="input" type="text" placeholder="Input" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
@@ -66,11 +68,15 @@
|
||||
Bulma
|
||||
</h1>
|
||||
<p class="subtitle">
|
||||
Modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Flexbox</a>
|
||||
Modern CSS framework based on
|
||||
<a
|
||||
href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox"
|
||||
>Flexbox</a
|
||||
>
|
||||
</p>
|
||||
<div class="field">
|
||||
<div class="control">
|
||||
<input class="input" type="text" placeholder="Input">
|
||||
<input class="input" type="text" placeholder="Input" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
@@ -90,5 +96,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include components/hero-buttons.html href=customize_link.path
|
||||
content="<span>Learn how to <strong>customize</strong></span
|
||||
>" %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user