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?
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?
Example for animate.css
npm package:
import 'animate.css/animate.min.css';