mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Build 0.9.0
This commit is contained in:
parent
776c8e657e
commit
75db4c2acf
15
CHANGELOG.md
15
CHANGELOG.md
@ -2,7 +2,20 @@
|
|||||||
|
|
||||||
## 0.9.0
|
## 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/
|
Bulma now has **spacing helpers**: https://bulma.io/documentation/helpers/spacing-helpers/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"homepage": "https://bulma.io",
|
"homepage": "https://bulma.io",
|
||||||
"authors": ["jgthms <bbxdesign@gmail.com>"],
|
"authors": ["jgthms <bbxdesign@gmail.com>"],
|
||||||
"description": "Modern CSS framework based on Flexbox",
|
"description": "Modern CSS framework based on Flexbox",
|
||||||
|
2
bulma.sass
vendored
2
bulma.sass
vendored
@ -1,5 +1,5 @@
|
|||||||
@charset "utf-8"
|
@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/utilities/_all"
|
||||||
@import "sass/base/_all"
|
@import "sass/base/_all"
|
||||||
@import "sass/elements/_all"
|
@import "sass/elements/_all"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
|
||||||
@-webkit-keyframes spinAround {
|
@-webkit-keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
2
css/bulma-rtl.min.css
vendored
2
css/bulma-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/bulma.css
vendored
2
css/bulma.css
vendored
@ -1,4 +1,4 @@
|
|||||||
/*! bulma.io v0.8.2 | MIT License | github.com/jgthms/bulma */
|
/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
|
||||||
@-webkit-keyframes spinAround {
|
@-webkit-keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
2
css/bulma.min.css
vendored
2
css/bulma.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,5 @@
|
|||||||
@charset "UTF-8";
|
@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 */
|
||||||
@-webkit-keyframes spinAround {
|
@-webkit-keyframes spinAround {
|
||||||
from {
|
from {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bulma",
|
"name": "bulma",
|
||||||
"version": "0.8.2",
|
"version": "0.9.0",
|
||||||
"homepage": "https://bulma.io",
|
"homepage": "https://bulma.io",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jeremy Thomas",
|
"name": "Jeremy Thomas",
|
||||||
|
Loading…
Reference in New Issue
Block a user