Build 0.9.4

This commit is contained in:
Jeremy Thomas 2022-05-08 14:49:05 +01:00
parent ab8745e0c6
commit 3e00a8e6d0
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.9.3",
"version": "0.9.4",
"homepage": "https://bulma.io",
"authors": ["jgthms <bbxdesign@gmail.com>"],
"description": "Modern CSS framework based on Flexbox",

2
bulma.sass vendored
View File

@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"

View File

@ -1,4 +1,4 @@
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,

File diff suppressed because one or more lines are too long

2
css/bulma.css vendored
View File

@ -1,4 +1,4 @@
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,

2
css/bulma.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.9.3",
"version": "0.9.4",
"homepage": "https://bulma.io",
"author": {
"name": "Jeremy Thomas",