I noticed that Bootstrap and Normalize.css both have a "style" field in their package.json.
Why do they have this? If I had to guess, it's to allow users to import the defined stylesheet as easily as doing require('bootstrap')
, but that doesn't seem to be the case.
From Techwraith's pull request that added it to Bootstrap:
There's also support in other tools, such as the browserify plugin parcelify: