Added style in package.json to enable import

Added style in package.json to enable import with tools like postcss-import.
This commit is contained in:
Lorenzo Zottar 2016-02-21 15:08:55 +01:00
parent cf40ac84e7
commit f73864cf3c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "1.4.57",
"description": "Dist for Material Design Webfont. This includes the Stock and Community icons in a single webfont collection.",
"main": "preview.html",
"style": "css/materialdesignicons.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},