I´m just starting with Rails and web developing, I try to follow different tutorials but I get lost when it comes to Bootstrap installation, I add gem 'bootstrap-sass' and gem 'autoprefixer-rails' and run bundle install without problem.
But when I modify the application.css.scss file, delete all the comments and type only: @import "bootstrap"; It doesn´t work.
I also noticed that different to the tutorials that I see, when I type @import "*" the phrase color doesn´t change in the editor (like it is not being recognized?).
This is how it appears on all the tutorials that I find
And this is how it looks in my Sublime Text editor
Could my problem be here? The Editor or the file doesn´t recognize the @import command or is it something else?
Thanks a lot!
sassin your gemfile? You can also find it here on github