Skip to content

Commit 5de7700

Browse files
committed
Update to new Bulma version
1 parent 1bf9868 commit 5de7700

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
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.4.4**
5+
*Current version*: **Bulma 0.5.0**
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.4.4',
42+
'bulma' => '^0.5.0',
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.4.4 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v0.5.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: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,10 @@ $size-7: 0.75rem !default
3838

3939
$weight-light: 300 !default
4040
$weight-normal: 400 !default
41-
$weight-semibold: 500 !default
41+
$weight-medium: 500 !default
42+
$weight-semibold: 600 !default
4243
$weight-bold: 700 !default
4344

44-
// Body
45-
46-
$body-background: #fff !default
47-
$body-size: 16px !default
48-
4945
// Responsiveness
5046
5147
// The container gap, which acts as the offset for breakpoints

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</div>
116116

117117
<div class="foundation_button_test">
118-
<p class="framwork_title">Bulma 0.4.4</p>
118+
<p class="framwork_title">Bulma 0.5.0</p>
119119
<div class="block">
120120
<a class="button is-primary">Primary</a>
121121
<a class="button is-info">Info</a>

0 commit comments

Comments
 (0)