Skip to content

Commit 2a73547

Browse files
committed
Update to Bulma v0.5.3
1 parent bd3bf00 commit 2a73547

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.2**
5+
*Current version*: **Bulma 0.5.3**
66

77

88
## Usage

src/BulmaPreset.php

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

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.2 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v0.5.3 | MIT License | github.com/jgthms/bulma */
33

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

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.2</p>
115+
<p class="framwork_title">Bulma 0.5.3</p>
116116

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

0 commit comments

Comments
 (0)