Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Bulma 0.9.0
Browse files Browse the repository at this point in the history
Converted from:  https://github.com/jgthms/bulma/releases/tag/0.9.0
Many thanks to Jeremy Thomas (@jgthms) and other Bulma contributors
  • Loading branch information
Jim Campbell committed Jun 8, 2020
1 parent 63d602e commit 13ed9d7
Show file tree
Hide file tree
Showing 43 changed files with 892 additions and 632 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a port of the [Bulma](https://bulma.io/) project SASS files to the
SCSS syntax.

Currently, these files are based on Bulma version 0.8.2, and will be updated
Currently, these files are based on Bulma version 0.9.0, and will be updated
with later releases. The files are converted to SCSS with
[this script](https://gist.github.com/j1mc/ff1ff83e277b1e221761fc0c0ee3b164).

Expand Down
1 change: 0 additions & 1 deletion base/_all.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@import "minireset";
@import "generic";
@import "helpers";
2 changes: 1 addition & 1 deletion base/_generic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ table {
vertical-align: top;

&:not([align]) {
text-align: left;
text-align: inherit;
}
}

Expand Down
Loading

0 comments on commit 13ed9d7

Please sign in to comment.