]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
update package.json to use "style" field
authorJacob Burden <Jacob.JW.Burden@gmail.com>
Sat, 12 Nov 2016 02:11:39 +0000 (21:11 -0500)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 26 Mar 2017 16:55:23 +0000 (17:55 +0100)
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.

package.json

index 5fac8cfa78a47ae7fd3cf6dd3d4263ec63bb5d46..eb959fda182b95f3b6ff77012d9ed2859a6530e9 100644 (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"