7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
|
-# CSS: implied media="all"
|
||
|
-# stylesheet_link_tag 'style', :media => 'all'
|
||
|
= stylesheet_link_tag 'compiled/style.css', :media => 'all'
|
||
|
|
||
|
-# Append your own using content_for :stylesheets
|
||
|
= yield :stylesheets
|