You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure this just needs a version bump and a new publish to npm. For now I'm pulling the code directly from this git repository rather than the NPM repo:
// In package.json
"dependencies": {
"typeahead.js-bootstrap4-css": "git+ssh://git@github.com:bassjobsen/typeahead.js-bootstrap4-css.git#f589b59adc5cbe3aed11bbdae7906a56b432cf92"
...
The Bootstrap import in
typeaheadjs.scss
does not work with the current release of Bootstrap 4. The import states......, but the current path should be...
Please either fix the import statement or remove it all together so people are in control of the exact Bootstrap import.
[ EDIT ]
It seems the import statement is removed in the scss file, but when adding the package with yarn the import is still there. How come?
The text was updated successfully, but these errors were encountered: