Skip to content

Instantly share code, notes, and snippets.

@vu2
Created July 3, 2015 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/adeadc4736580ce19cdd to your computer and use it in GitHub Desktop.
Save vu2/adeadc4736580ce19cdd to your computer and use it in GitHub Desktop.
<!-- ↓特定のcssを先に読み込む -->
<%= stylesheet_link_tag "/reset.css" %>
<!-- ↓ここで他のCSSを読み込む -->
<%= stylesheet_link_tag :application, :media => "all" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment