Fix for postcss-import (#678)

If the "main" option is not a .css file, then it will look at the "style" option. Adding this value will allow purecss to be imported with postcss-import.
This commit is contained in:
Matthew Loberg 2017-10-31 10:13:47 -05:00 committed by Seth Bertalotto
parent 9d7e4ab23f
commit f901a355ec

View File

@ -36,6 +36,7 @@
"homepage": "http://purecss.io",
"main": "index.js",
"browser": "build/pure-min.css",
"style": "build/pure.css",
"keywords": [
"pure",
"css",