Open
Description
I'm getting the following error in Rails 5.1 :
File to import not found or unreadable: node_modules/bootstrap/scss/functions.
The content of my css manifest is the following :
@import "selectize-bootstrap4-theme-master/scss/selectize.bootstrap4"
and bootstrap is actually available as a rails gem
bootstrap (4.1.3)
bootstrap-sass (3.3.7, 3.2.0.2)
What is the best option to make it working ?
- Try to solve that error message ?
- include the bootstrap-4 theme in selectize manually ? If so, which files should I copy to the selectize.js library to get the theme for bootstrap4 ?