Shouter.scss not Included

I believe that any scss files placed in the app/assets/stylesheets folder will be included. In the first video, we were asked to created the shouter.scss to style the “shouter” class. I did that, but it is loaded. I checked to make sure my css tag was correct by placing it in application.scss ( works both ways but I renamed it as some recommend).

So why is shouter.scss not loaded? BTW here is the contents of application.scss (or .css):

/*

  • This is a manifest file that’ll automatically include all the stylesheets available in this directory
  • and any sub-directories. You’re free to add application-wide styles to this file and they’ll appear at
  • the top of the compiled file, but it’s generally better to create a new file per style scope.
    *= require_self
    *= require_tree .
    */

Nevermind. I saw that I had 3.1.12 versus 3.2.x so I updated to 3.2.16, and shouter.scss is included :smile: