Bootstrap Is Not Styling Anything
I am using Bootstrap but it is not styling anything for some reason. I've tried pasting the bootstrap code for forms and navbars into my home view and it just shows like normal wi
Solution 1:
make sure you bundle install
or bundle
(default to install) and add version to critical gems.
Also try
rake temp:clear
Post a Comment for "Bootstrap Is Not Styling Anything"