update package.json to use "style" field

The style field is useful so that this package can be used with JS libraries that working with such as [sheetify](https://github.com/stackcss/sheetify)  which uses [style-resolve](https://github.com/stackcss/style-resolve) under the hood.
This commit is contained in:
Jacob Burden 2016-11-11 21:11:39 -05:00 committed by Jeremy Thomas
parent 17edc4fc89
commit 25836ac0d6

View File

@ -5,6 +5,7 @@
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
"description": "Modern CSS framework based on Flexbox",
"main": "bulma.sass",
"style": "bulma/css/bulma.css",
"repository": {
"type": "git",
"url": "git+https://github.com/jgthms/bulma.git"