Skip to content

Commit bd3bf00

Browse files
committed
Update to Bulma v0.5.2
1 parent a14ba9e commit bd3bf00

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.1**
5+
*Current version*: **Bulma 0.5.2**
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.1',
42+
'bulma' => '^0.5.2',
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.1 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v0.5.2 | 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ $weight-bold: 700 !default
4444

4545
// Responsiveness
4646
47-
// The container gap, which acts as the offset for breakpoints
48-
$gap: 24px !default
47+
// The container horizontal gap, which acts as the offset for breakpoints
48+
$gap: 32px !default
4949
// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
5050
$tablet: 769px !default
5151
// 960px container + 3rem

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

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

0 commit comments

Comments
 (0)