mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Push 0.0.18
This commit is contained in:
parent
ac20529d74
commit
155f8442e0
13
README.md
13
README.md
@ -19,7 +19,7 @@ npm install bulma
|
||||
|
||||
### 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.
|
||||
|
||||
@ -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:
|
||||
|
||||
* Chrome 45+
|
||||
* Edge 13+
|
||||
* Firefox 43+
|
||||
* Internet Explorer 10+
|
||||
* Safari 9+
|
||||
* Chrome
|
||||
* Edge
|
||||
* Firefox
|
||||
* Internet Explorer (10+)
|
||||
* Opera
|
||||
* Safari
|
||||
|
||||
## Copyright and license
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"homepage": "http://bulma.io",
|
||||
"authors": [
|
||||
"jgthms <bbxdesign@gmail.com>"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bulma",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"homepage": "http://bulma.io",
|
||||
"author": "jgthms <bbxdesign@gmail.com>",
|
||||
"description": "Modern CSS framework based on Flexbox",
|
||||
|
Loading…
Reference in New Issue
Block a user