Update docs for 0.7.4

This commit is contained in:
Jeremy Thomas 2019-02-08 12:15:52 +00:00
parent 7cf10a786a
commit 3d6680fae2
16 changed files with 37 additions and 23 deletions

View File

@ -2,10 +2,10 @@
"title": "Bulma: Free, open source, & modern CSS framework based on Flexbox", "title": "Bulma: Free, open source, & modern CSS framework based on Flexbox",
"description": "Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.", "description": "Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.",
"documentation": "/documentation", "documentation": "/documentation",
"download": "https://github.com/jgthms/bulma/releases/download/0.7.2/bulma-0.7.2.zip", "download": "https://github.com/jgthms/bulma/releases/download/0.7.4/bulma-0.7.4.zip",
"github": "https://github.com/jgthms/bulma", "github": "https://github.com/jgthms/bulma",
"twitter": "https://twitter.com/jgthms", "twitter": "https://twitter.com/jgthms",
"version": "0.7.2", "version": "0.7.4",
"book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/", "book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
"book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/", "book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
"book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf", "book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",

View File

@ -7,7 +7,7 @@
<h2 class="bd-link-name"> <h2 class="bd-link-name">
<figure class="bd-link-figure"> <figure class="bd-link-figure">
{% if include.icon %} {% if include.icon %}
<span class="bd-link-icon has-text-{% if include.color %}{{ include.color }}{% else %}link{% endif %}"> <span class="bd-link-icon has-text-link">
<i class="{% if include.icon_brand %}fab{% elsif include.icon_regular %}far{% else %}fas{% endif %} fa-{{ include.icon }}"></i> <i class="{% if include.icon_brand %}fab{% elsif include.icon_regular %}far{% else %}fas{% endif %} fa-{{ include.icon }}"></i>
</span> </span>
{% else %} {% else %}

View File

@ -2,8 +2,7 @@
<strong>Contribute</strong> on GitHub <strong>Contribute</strong> on GitHub
</h4> </h4>
<div class="bd-footer-iframe"> <div class="bd-footer-iframe is-github">
<iframe src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=jgthms&repo=bulma&type=star&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=jgthms&type=follow&count=true&size=large" frameborder="0" scrolling="0" width="170px" height="30px"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=jgthms&type=follow&count=true&size=large" frameborder="0" scrolling="0" width="170px" height="30px"></iframe>
</div> </div>

View File

@ -5,7 +5,7 @@
<div class="intro-column is-content"> <div class="intro-column is-content">
<div class="intro-content"> <div class="intro-content">
<h1 class="title intro-title"> <h1 class="title intro-title">
<strong>Bulma</strong> is a free, open source CSS framework based on <strong>Flexbox</strong> and used by more than <strong>100,000</strong> developers. <strong>Bulma</strong> is a free, open source CSS framework based on <strong>Flexbox</strong> and used by more than <strong>150,000</strong> developers.
</h1> </h1>
<div id="ghbtns" class="intro-ghbtns"> <div id="ghbtns" class="intro-ghbtns">

View File

@ -11,7 +11,7 @@
</a> </a>
</h3> </h3>
<h4 class="subtitle is-4"> <h4 class="subtitle is-4">
Join more than <strong>100,000</strong> developers Join more than <strong>150,000</strong> developers
</h4> </h4>
</header> </header>

View File

@ -5,7 +5,7 @@
<header class="bd-index-header"> <header class="bd-index-header">
<h3 class="title is-3"> <h3 class="title is-3">
<a href="{{ love_url }}"> <a href="{{ love_url }}">
A growing <strong>community</strong> A large <strong>community</strong>
</a> </a>
</h3> </h3>
<h4 class="subtitle is-4"> <h4 class="subtitle is-4">

View File

@ -20,9 +20,13 @@
margin-bottom: -10px margin-bottom: -10px
min-height: 30px min-height: 30px
iframe iframe
height: 30px
margin-bottom: 10px margin-bottom: 10px
.fb-like .fb-like
margin-left: 10px margin-left: 10px
&.is-github
iframe
width: 100%
.bd-footer-tsp .bd-footer-tsp
color: $grey-light color: $grey-light

View File

@ -1,5 +1,5 @@
@charset "UTF-8"; @charset "UTF-8";
/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */ /*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround { @-webkit-keyframes spinAround {
from { from {
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
@ -244,7 +244,7 @@ fieldset[disabled] .pagination-ellipsis {
cursor: not-allowed; cursor: not-allowed;
} }
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */ /*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html, html,
body, body,
p, p,
@ -302,12 +302,18 @@ html {
} }
img, img,
audio, embed,
iframe,
object,
video { video {
height: auto; height: auto;
max-width: 100%; max-width: 100%;
} }
audio {
max-width: 100%;
}
iframe { iframe {
border: 0; border: 0;
} }
@ -12048,6 +12054,7 @@ svg {
} }
.bd-footer-iframe iframe { .bd-footer-iframe iframe {
height: 30px;
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -12055,6 +12062,10 @@ svg {
margin-left: 10px; margin-left: 10px;
} }
.bd-footer-iframe.is-github iframe {
width: 100%;
}
.bd-footer-tsp { .bd-footer-tsp {
color: #b5b5b5; color: #b5b5b5;
margin-top: 1.5rem; margin-top: 1.5rem;

File diff suppressed because one or more lines are too long

View File

@ -546,7 +546,7 @@ meta:
{% include elements/snippet.html wrapper="buttons" content=button_sizes_example %} {% include elements/snippet.html wrapper="buttons" content=button_sizes_example %}
{% include elements/new-tag.html version="0.7.3" %} {% include elements/new-tag.html version="0.7.4" %}
<div class="content"> <div class="content">
<p> <p>

View File

@ -177,7 +177,7 @@ meta:
{% include elements/anchor.html name="Arbitrary ratios with any element" %} {% include elements/anchor.html name="Arbitrary ratios with any element" %}
{% include elements/new-tag.html version="0.7.3" %} {% include elements/new-tag.html version="0.7.4" %}
<div class="content"> <div class="content">
<p> <p>

View File

@ -53,7 +53,7 @@ meta:
{% include elements/anchor.html name="Indeterminate" %} {% include elements/anchor.html name="Indeterminate" %}
{% include elements/new-tag.html version="0.7.3" %} {% include elements/new-tag.html version="0.7.4" %}
<div class="content"> <div class="content">
<p> <p>

View File

@ -323,7 +323,7 @@ meta:
</div> </div>
</div> </div>
{% include elements/new-tag.html version="0.7.3" %} {% include elements/new-tag.html version="0.7.4" %}
<div class="content"> <div class="content">
<p> <p>

View File

@ -1041,7 +1041,7 @@ variables_keys:
{% include elements/anchor.html name="Disabled form" %} {% include elements/anchor.html name="Disabled form" %}
{% include elements/new-tag.html version="0.7.3" %} {% include elements/new-tag.html version="0.7.4" %}
<div class="content"> <div class="content">

View File

@ -415,7 +415,7 @@ breadcrumb:
{% include elements/anchor.html name="Font family" %} {% include elements/anchor.html name="Font family" %}
{% include elements/new-tag.html version="0.7.3" %} {% include elements/new-tag.html version="0.7.4" %}
<div class="content"> <div class="content">
<p> <p>

View File

@ -5,15 +5,15 @@
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)", "author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"autoprefixer": "^8.2.0", "autoprefixer": "^9.4.7",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0", "babel-preset-es2015-ie": "^6.7.0",
"clean-css-cli": "^4.1.11", "clean-css-cli": "^4.2.1",
"metalsmith": "^2.3.0", "metalsmith": "^2.3.0",
"metalsmith-filter": "^1.0.2", "metalsmith-filter": "^1.0.2",
"node-sass": "^4.8.3", "node-sass": "^4.11.0",
"postcss-cli": "^5.0.0" "postcss-cli": "^6.1.1"
}, },
"scripts": { "scripts": {
"css-build": "npm run css-sass && npm run css-autoprefix && npm run css-cleancss", "css-build": "npm run css-sass && npm run css-autoprefix && npm run css-cleancss",