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"; @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"; @use "sass";

2
css/bulma.css vendored
View File

@ -1,5 +1,5 @@
@charset "UTF-8"; @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 */ /* Bulma Utilities */
:root { :root {
--bulma-control-radius: var(--bulma-radius); --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"; @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 */ /* Bulma Utilities */
:root { :root {
--bulma-control-radius: var(--bulma-radius); --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"; @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 */ /* Bulma Utilities */
:root { :root {
--bulma-control-radius: var(--bulma-radius); --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"; @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 */ /* Bulma Utilities */
:root { :root {
--bulma-control-radius: var(--bulma-radius); --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"; @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 */ /* Bulma Utilities */
:root { :root {
--bulma-control-radius: var(--bulma-radius); --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", "name": "bulma-docs",
"version": "1.0.0", "version": "1.0.1",
"main": "index.html", "main": "index.html",
"author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)", "author": "Jeremy Thomas <bbxdesign@gmail.com> (https://jgthms.com)",
"license": "MIT", "license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
@charset "utf-8"; @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/utilities";
@forward "../sass/base"; @forward "../sass/base";
@forward "../sass/elements"; @forward "../sass/elements";

View File

@ -1,6 +1,6 @@
@charset "utf-8"; @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 ( @use "../sass/utilities" with (
$class-prefix: "bulma-" $class-prefix: "bulma-"
); );

View File

@ -1,6 +1,6 @@
@charset "utf-8"; @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/utilities";
@forward "../sass/base"; @forward "../sass/base";
@forward "../sass/elements"; @forward "../sass/elements";

View File

@ -1,6 +1,6 @@
@charset "utf-8"; @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 ( @use "../sass" with (
$class-prefix: "bulma-" $class-prefix: "bulma-"
); );