After attempting to uninstall Bootstrap, my application.css no longer seems to have any effect on my app. Any suggestions on how to resolve this issue?
Here is a breakdown of the steps I took that led to this problem:
- Removed require bootstrap
from application.css
- Removed require bootstrap
from application.js
- Removed bootstrap link in header on application.html.erb
- Ran bundle exec rake assets:clean
numerous times (1000)
Despite all these actions, Bootstrap has not been completely removed and now none of the CSS changes are being reflected.