Skip to content

Commit

Permalink
Build 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jul 25, 2024
1 parent 0c05f28 commit 3fd2f65
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "1.0.0",
"version": "1.0.2",
"homepage": "https://bulma.io",
"authors": ["jgthms <[email protected]>"],
"description": "Modern CSS framework based on Flexbox",
Expand Down
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.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | 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.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);
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.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);
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.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);
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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "1.0.1",
"version": "1.0.2",
"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.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";
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.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-"
);
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.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";
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.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
@use "../sass" with (
$class-prefix: "bulma-"
);

0 comments on commit 3fd2f65

Please sign in to comment.