Push 0.0.18

This commit is contained in:
Jeremy Thomas 2016-04-10 17:25:27 +01:00
parent ac20529d74
commit 155f8442e0
3 changed files with 9 additions and 8 deletions

View File

@ -19,7 +19,7 @@ npm install bulma
### CDN ### CDN
[https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.16/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.16/css/bulma.min.css) [https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.18/css/bulma.min.css](https://cdnjs.cloudflare.com/ajax/libs/bulma/0.0.18/css/bulma.min.css)
Feel free to raise an issue or submit a pull request. Feel free to raise an issue or submit a pull request.
@ -42,11 +42,12 @@ If you encounter a typo or a lack of documentation, submit an issue [there](http
Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](http://caniuse.com/#feat=flexbox), Bulma is compatible with: Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](http://caniuse.com/#feat=flexbox), Bulma is compatible with:
* Chrome 45+ * Chrome
* Edge 13+ * Edge
* Firefox 43+ * Firefox
* Internet Explorer 10+ * Internet Explorer (10+)
* Safari 9+ * Opera
* Safari
## Copyright and license ## Copyright and license

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.0.17", "version": "0.0.18",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"authors": [ "authors": [
"jgthms <bbxdesign@gmail.com>" "jgthms <bbxdesign@gmail.com>"

View File

@ -1,6 +1,6 @@
{ {
"name": "bulma", "name": "bulma",
"version": "0.0.17", "version": "0.0.18",
"homepage": "http://bulma.io", "homepage": "http://bulma.io",
"author": "jgthms <bbxdesign@gmail.com>", "author": "jgthms <bbxdesign@gmail.com>",
"description": "Modern CSS framework based on Flexbox", "description": "Modern CSS framework based on Flexbox",