Skip to content

Commit

Permalink
Build 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jun 7, 2020
1 parent 776c8e6 commit 75db4c2
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 10 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,20 @@

## 0.9.0

### New features
### RTL support

Bulma now has **RTL support**.

By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:

* `=ltr`
* `=rtl`
* `=ltr-property($property, $spacing, $right: true)`
* `=ltr-position($spacing, $right: true)`

The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away.

### Spacing helpers

Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.8.2",
"version": "0.9.0",
"homepage": "https://bulma.io",
"authors": ["jgthms <bbxdesign@gmail.com>"],
"description": "Modern CSS framework based on Flexbox",
Expand Down
2 changes: 1 addition & 1 deletion bulma.sass
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"
Expand Down
2 changes: 1 addition & 1 deletion css/bulma-rtl.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/bulma-rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/bulma.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/bulma.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/bulma-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.8.2",
"version": "0.9.0",
"homepage": "https://bulma.io",
"author": {
"name": "Jeremy Thomas",
Expand Down

0 comments on commit 75db4c2

Please sign in to comment.