BootstrapVue and css import

I am trying to follow the instructions from BootstrapVue how to setup my app to use the css, but meteor always complains it can’t find the file.

Does anybody have a pointer how to import the css from an npm package?

1 Like

Example for animate.css npm package:

import 'animate.css/animate.min.css';

1 Like