I’m used this workflow, https://stackoverflow.com/a/9125499/3057033
But here is my posts page.
What I am missing?
I solved my issue. Please look at my answer.
I’m used this workflow, https://stackoverflow.com/a/9125499/3057033
But here is my posts page.
What I am missing?
I solved my issue. Please look at my answer.
3
Answers
I'm solving this problem with add
less
the end of the command.rails generate bootstrap:install less
I think newer versions of the Gem need this.
I'm not reading well README file. Just watch the railscasts.
It's my fault, so sorry.
Most common reason of your error is that you forget to add bootstrep styles to your layout
So, in app/assets/stylesheets/application.scss (note that file can be different if you have another layout)
add
to your
application.css