Skip to content

Commit

Permalink
Uprade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Apr 11, 2020
1 parent 69af712 commit 24c0983
Show file tree
Hide file tree
Showing 15 changed files with 6,794 additions and 720 deletions.
14 changes: 3 additions & 11 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"name": "bulma",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "https://bulma.io",
"authors": [
"jgthms <bbxdesign@gmail.com>"
],
"authors": ["jgthms <bbxdesign@gmail.com>"],
"description": "Modern CSS framework based on Flexbox",
"main": "bulma.sass",
"keywords": [
"css",
"sass",
"flexbox",
"responsive",
"framework"
],
"keywords": ["css", "sass", "flexbox", "responsive", "framework"],
"license": "MIT",
"ignore": [
"**/.*",
Expand Down
2 changes: 1 addition & 1 deletion bulma.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.8.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"
Expand Down
15 changes: 6 additions & 9 deletions css/bulma.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/bulma.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bulma.min.css

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions docs/_includes/elements/github.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<a class="button bd-github-button" href="{{ site.data.meta.sponsorship_url }}" target="_blank">
<a
class="button bd-github-button"
href="{{ site.data.meta.sponsorship_url }}"
target="_blank"
>
<span class="icon">
<i class="fas fa-heart"></i>
</span>
<strong>Sponsor</strong>
<em class="tag bd-mini-tag is-small is-success">New!</em>
</a>
29 changes: 19 additions & 10 deletions docs/_sass/global.sass
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ svg
p:first-child
margin-right: 1em

$github-pink: #ea4aaa
.bd-github-button
background-color: #eff3f6
background-image: linear-gradient(-180deg,#fafbfc,#eff3f6 90%)
border-color: #1b1f2333
color: #24292e
background-color: $github-pink
// background-image: linear-gradient(-180deg,#fafbfc,#eff3f6 90%)
border-color: $github-pink !important
// color: #24292e
color: #fff
font-size: 0.875rem
height: auto
padding: calc(0.5em - 1px) 1em
Expand All @@ -50,16 +52,23 @@ svg
font-weight: $weight-semibold
margin-top: -2px
.icon
color: #ea4aaa
color: inherit
.tag
font-size: 0.5rem
font-style: normal
margin: -1px -8px 0 7px
&:hover
background-color: #e6ebf1
background-image: linear-gradient(-180deg, #f0f3f6, #e6ebf1 90%)
background-position: -.5em
border-color: #1b1f2359
&:hover,
&:focus
background-color: darken($github-pink, 5%)
&:active
background-color: darken($github-pink, 10%)
&:hover,
&:focus,
&:active
color: #fff
// background-image: linear-gradient(-180deg, #f0f3f6, #e6ebf1 90%)
// background-position: -.5em
// border-color: #1b1f2359
.bd-patreon-button
display: inline-block
Expand Down
40 changes: 20 additions & 20 deletions docs/css/bulma-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/bulma-docs.min.css

Large diffs are not rendered by default.

0 comments on commit 24c0983

Please sign in to comment.