Skip to content

Commit

Permalink
Fix #3759
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Apr 29, 2024
1 parent 6da946f commit 07b6f9e
Show file tree
Hide file tree
Showing 25 changed files with 393 additions and 73 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@
- Fix #3736: include helpers in "No Dark Mode" version
- Fix #3744: build non-minified versions
- Fix #3747: ability to nest fixed grids
- Fix #3759: remove unused `.skeleton` class

### Documentation fixes

Expand All @@ -18,6 +19,7 @@
- Fix #3735
- Fix #3729: explain how to use Bulma in a modular way
- Fix #3785: make use of the `@prefers-reduced-motion` setting
- Fix #3758: broken links for `0.9.4` version

### Improvements

Expand Down
6 changes: 0 additions & 6 deletions css/bulma.css
Expand Up @@ -13406,12 +13406,6 @@ textarea.is-skeleton:-ms-input-placeholder {
width: 30%;
}

.skeleton {
background-image: linear-gradient(0deg, transparent 0%, transparent 50%, #f60 50%, #f60 100%);
background-position: top left;
background-size: 1.5em;
}

/* Bulma Helpers */
.is-aspect-ratio-1by1 {
aspect-ratio: 1/1;
Expand Down
2 changes: 1 addition & 1 deletion css/bulma.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bulma.min.css

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions css/versions/bulma-no-dark-mode.css
Expand Up @@ -10606,12 +10606,6 @@ textarea.is-skeleton:-ms-input-placeholder {
width: 30%;
}

.skeleton {
background-image: linear-gradient(0deg, transparent 0%, transparent 50%, #f60 50%, #f60 100%);
background-position: top left;
background-size: 1.5em;
}

/* Bulma Helpers */
.is-aspect-ratio-1by1 {
aspect-ratio: 1/1;
Expand Down
2 changes: 1 addition & 1 deletion css/versions/bulma-no-dark-mode.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions css/versions/bulma-no-dark-mode.min.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions 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.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions css/versions/bulma-no-helpers-prefixed.min.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions 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.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions css/versions/bulma-no-helpers.min.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions css/versions/bulma-prefixed.min.css
Expand Up @@ -13406,12 +13406,6 @@ textarea.bulma-is-skeleton:-ms-input-placeholder {
width: 30%;
}

.bulma-skeleton {
background-image: linear-gradient(0deg, transparent 0%, transparent 50%, #f60 50%, #f60 100%);
background-position: top left;
background-size: 1.5em;
}

/* Bulma Helpers */
.is-aspect-ratio-1by1 {
aspect-ratio: 1/1;
Expand Down
2 changes: 1 addition & 1 deletion css/versions/bulma-prefixed.min.css.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions css/versions/bulma-prefixed.min.min.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_includes/global/native.html
Expand Up @@ -27,7 +27,7 @@
}
</style>
<div class="native-main">
<img class="native-img" src="{{ site.url }}/images/fortyfour-native.png">
<img class="native-img" src="{{ site.url }}/assets/images/fortyfour-native.png">
<div class="native-details">
<span class="native-company">CSS in 44 minutes</span>
<span class="native-desc">Learn how to build your own webpage from scratch!</span>
Expand Down
6 changes: 0 additions & 6 deletions docs/assets/css/website.css
Expand Up @@ -18255,12 +18255,6 @@ textarea.is-skeleton:-ms-input-placeholder {
width: 30%;
}

.skeleton {
background-image: linear-gradient(0deg, transparent 0%, transparent 50%, #f60 50%, #f60 100%);
background-position: top left;
background-size: 1.5em;
}

/* Bulma Helpers */
.is-aspect-ratio-1by1 {
aspect-ratio: 1/1;
Expand Down

0 comments on commit 07b6f9e

Please sign in to comment.