Skip to content

Commit

Permalink
Fix #3775, Fix #3829
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jul 6, 2024
1 parent fc7db1b commit 2ed62be
Show file tree
Hide file tree
Showing 32 changed files with 7,431 additions and 14,068 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ test.css
test.css.map
test.html
test.sass
test.css
test.css.map
test.scss

# Folders

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## 1.0.2

### Improvements

- Smart Grid `is-col-min` now goes up to `32` (Fixes #3829)
- Remove need for `is-variable` modifier for Column gaps

### Bug fixes

- Fix #3824: ability to override `$scheme-h`, `$scheme-s`, `$dark-l` and `$light-l` Sass variables
- Fix #3830: add remaining logical properties
- Fix #3743: make sure 12 columns system take up whole width
- Fix #3799: restore variable columns
- Fix #3846: restore `--bulma-column-gap` CSS variable
- Fix #3775: `has-background` helpers should only affect element it's applied to

## 1.0.1

Expand Down
Loading

0 comments on commit 2ed62be

Please sign in to comment.