Build 1.0.1

This commit is contained in:
Jeremy Thomas 2024-05-20 17:38:07 +01:00
parent 0c3d84519b
commit 43b879db25
17 changed files with 17 additions and 17 deletions

2
bulma.scss vendored
View File

@ -1,4 +1,4 @@
@charset "utf-8";
/*! bulma.io v1.0.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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-docs",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.html",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
@charset "utf-8";
/*! bulma.io v1.0.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | 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.0-beta | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
@use "../sass" with (
$class-prefix: "bulma-"
);