Skip to content

Commit c3a6721

Browse files
committed
Update to Bulma v0.6.0
1 parent c84fc0b commit c3a6721

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Preset for Bulma scaffolding on new Laravel 5.5.x project.
44

5-
*Current version*: **Bulma 0.5.3**
5+
*Current version*: **Bulma 0.6.0**
66

77

88
## Usage

src/BulmaPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function install($withAuth = false)
4040
protected static function updatePackageArray(array $packages)
4141
{
4242
return [
43-
'bulma' => '^0.5.3',
43+
'bulma' => '^0.6.0',
4444
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites', 'uikit']);
4545
}
4646

src/bulma-stubs/bulma.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "utf-8"
2-
/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v0.6.0 | MIT License | github.com/jgthms/bulma */
33

44
/* @import "sass/utilities/_all" */
55
/* @import "sass/base/_all" */

src/bulma-stubs/initial-variables.sass

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $orange: hsl(14, 100%, 53%) !default
1818
$yellow: hsl(48, 100%, 67%) !default
1919
$green: hsl(141, 71%, 48%) !default
2020
$turquoise: hsl(171, 100%, 41%) !default
21+
$cyan: hsl(204, 86%, 53%) !default
2122
$blue: hsl(217, 71%, 53%) !default
2223
$purple: hsl(271, 100%, 71%) !default
2324
$red: hsl(348, 100%, 61%) !default

src/bulma-stubs/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</div>
113113

114114
<div class="foundation_button_test">
115-
<p class="framwork_title">Bulma 0.5.3</p>
115+
<p class="framwork_title">Bulma 0.6.0</p>
116116

117117
<div class="block">
118118
<a class="button is-primary">Primary</a>

0 commit comments

Comments
 (0)