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
Received a notification from BOT: [Security] Bump bootstrap-sass from 3.3.7 to 3.4.1 Commit
After merging the same I am receiving Error: File to import not found or unreadable: bootstrap/variables
I am importing @import 'bootstrap/variables'; @import 'bootstrap/mixins';
in my rails view file (_colors.scss.erb) Which seems to create the above issue on Heroku.
Rails Version : 4.2.10
Ruby Version: 2.5.5
Looks like it is not able to locate file _variables.scss present in node_modules/bootstrap/scss. After giving the relative URL also it was giving same issue.
The text was updated successfully, but these errors were encountered:
akashp-18
changed the title
Error: File to import not found or unreadable: bootstrap/scss/bootstrap after Upgrading from 3.3.7 to 3.4.1
Error: File to import not found or unreadable: bootstrap/scss/variables after Upgrading from 3.3.7 to 3.4.1
Dec 10, 2019
Received a notification from BOT: [Security] Bump bootstrap-sass from 3.3.7 to 3.4.1 Commit
After merging the same I am receiving Error: File to import not found or unreadable: bootstrap/variables
I am importing
@import 'bootstrap/variables'; @import 'bootstrap/mixins';
in my rails view file (_colors.scss.erb) Which seems to create the above issue on Heroku.
Rails Version : 4.2.10
Ruby Version: 2.5.5
Looks like it is not able to locate file _variables.scss present in node_modules/bootstrap/scss. After giving the relative URL also it was giving same issue.
Tried solution suggested on https://stackoverflow.com/questions/48434762/error-file-to-import-not-found-or-unreadable-bootstrap-scss-bootstrap But it did not help.
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: