In this tutorial: http://railstutorial.org/chapters/filling-in-the-layout#top
<%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %>
What is :media? What is its purpose?
Thanks.
In this tutorial: http://railstutorial.org/chapters/filling-in-the-layout#top
<%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %>
What is :media? What is its purpose?
Thanks.
If you're new to web development, you probably should spend some
time looking through that entire document ![]()
Hassan Schroeder wrote:
Adber, take a look at this: