Build 1.0.2

This commit is contained in:
Jeremy Thomas 2024-07-25 16:58:39 +02:00
parent 0c05f2874e
commit 3fd2f65026
17 changed files with 17 additions and 17 deletions

View File

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

2
bulma.scss vendored
View File

@ -1,4 +1,4 @@
@charset "utf-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
@use "sass";

2
css/bulma.css vendored
View File

@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);

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 v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
:root {
--bulma-control-radius: var(--bulma-radius);

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1,6 +1,6 @@
@charset "utf-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
@forward "../sass/utilities";
@forward "../sass/base";
@forward "../sass/elements";

View File

@ -1,6 +1,6 @@
@charset "utf-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
@use "../sass/utilities" with (
$class-prefix: "bulma-"
);

View File

@ -1,6 +1,6 @@
@charset "utf-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
@forward "../sass/utilities";
@forward "../sass/base";
@forward "../sass/elements";

View File

@ -1,6 +1,6 @@
@charset "utf-8";
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
@use "../sass" with (
$class-prefix: "bulma-"
);