From 25836ac0d63cd4f03846fef18905c02fdc6ffcf9 Mon Sep 17 00:00:00 2001 From: Jacob Burden Date: Fri, 11 Nov 2016 21:11:39 -0500 Subject: [PATCH] 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. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5fac8cfa..eb959fda 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Jeremy Thomas (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"