How to import CSS files from NPM?

Hey,
I didn’t find any working answer about this topic here. I want to import a CSS file from a NPM plugin. The “ugly” way is to import in in a .js file, but this will add an inline stylesheet to the <head> tag. In my case I want tell Meteor, to merge it with the compiled CSS file for production. Any idea how I have to import it?

1 Like

Your answer is here in the guide’s Using NPM Packages article.

@rlivingston thanks, just got the issue on GitHub.