Skip to content

Commit

Permalink
Build 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed May 20, 2024
1 parent 0c3d845 commit 43b879d
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bulma.scss
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion css/bulma.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion css/bulma.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/versions/bulma-no-dark-mode.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion css/versions/bulma-no-dark-mode.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/versions/bulma-no-helpers-prefixed.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/versions/bulma-no-helpers-prefixed.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/versions/bulma-no-helpers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/versions/bulma-no-helpers.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/versions/bulma-prefixed.min.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
2 changes: 1 addition & 1 deletion css/versions/bulma-prefixed.min.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma-docs",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.html",
"author": "Jeremy Thomas <[email protected]> (https://jgthms.com)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://bulma.io",
"author": {
"name": "Jeremy Thomas",
Expand Down
2 changes: 1 addition & 1 deletion versions/bulma-no-dark-mode.scss
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion versions/bulma-no-helpers-prefixed.scss
Original file line number Diff line number Diff line change
@@ -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-"
);
Expand Down
2 changes: 1 addition & 1 deletion versions/bulma-no-helpers.scss
Original file line number Diff line number Diff line change
@@ -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";
Expand Down
2 changes: 1 addition & 1 deletion versions/bulma-prefixed.scss
Original file line number Diff line number Diff line change
@@ -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-"
);

0 comments on commit 43b879d

Please sign in to comment.