Skip to content

Commit 132caf5

Browse files
committed
Build 1.0.4
1 parent 46807b4 commit 132caf5

22 files changed

+45
-28
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bulma",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"homepage": "https://bulma.io",
55
"authors": ["jgthms <[email protected]>"],
66
"description": "Modern CSS framework based on Flexbox",

bulma.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@charset "utf-8";
22

3-
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
3+
/*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
44
@use "sass";

css/bulma.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "UTF-8";
2-
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
33
/* Bulma Utilities */
44
:root {
55
--bulma-control-radius: var(--bulma-radius);
@@ -3776,6 +3776,7 @@ a.box:active {
37763776
}
37773777
.button.is-outlined {
37783778
--bulma-button-border-width: max(1px, 0.0625em);
3779+
--bulma-loading-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
37793780
background-color: transparent;
37803781
border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
37813782
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
@@ -21040,6 +21041,10 @@ has-background-danger.is-hoverable:active {
2104021041
font-weight: 700 !important;
2104121042
}
2104221043

21044+
.has-text-weight-extrabold {
21045+
font-weight: 800 !important;
21046+
}
21047+
2104321048
.is-family-primary {
2104421049
font-family: "Inter", "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
2104521050
}

css/bulma.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bulma.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/versions/bulma-no-dark-mode.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "UTF-8";
2-
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
33
/* Bulma Utilities */
44
:root {
55
--bulma-control-radius: var(--bulma-radius);
@@ -973,6 +973,7 @@ a.box:active {
973973
}
974974
.button.is-outlined {
975975
--bulma-button-border-width: max(1px, 0.0625em);
976+
--bulma-loading-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
976977
background-color: transparent;
977978
border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
978979
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
@@ -18237,6 +18238,10 @@ has-background-danger.is-hoverable:active {
1823718238
font-weight: 700 !important;
1823818239
}
1823918240

18241+
.has-text-weight-extrabold {
18242+
font-weight: 800 !important;
18243+
}
18244+
1824018245
.is-family-primary {
1824118246
font-family: "Inter", "SF Pro", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
1824218247
}

css/versions/bulma-no-dark-mode.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/versions/bulma-no-dark-mode.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/versions/bulma-no-helpers-prefixed.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@charset "UTF-8";
2-
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
2+
/*! bulma.io v1.0.4 | MIT License | github.com/jgthms/bulma */
33
/* Bulma Utilities */
44
:root {
55
--bulma-control-radius: var(--bulma-radius);
@@ -3776,6 +3776,7 @@ a.bulma-box:active {
37763776
}
37773777
.bulma-button.bulma-is-outlined {
37783778
--bulma-button-border-width: max(1px, 0.0625em);
3779+
--bulma-loading-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
37793780
background-color: transparent;
37803781
border-color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));
37813782
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-l));

css/versions/bulma-no-helpers-prefixed.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)