Where should i create a folder to house my CSS files within my rails app directory??
stylesheet_link_tag takes arrays of stylesheets as well as a string.
stylesheet_link_tag
For example:
= stylesheet_link_tag %w[ screen print ]
There are some great examples of using the stylesheet_link_tag helper at APIDock.