Skip to content

Instantly share code, notes, and snippets.

@seak0503
Created June 16, 2017 21:05
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 seak0503/5ec813cb88cc95d4a2fe7703c338ae75 to your computer and use it in GitHub Desktop.
Save seak0503/5ec813cb88cc95d4a2fe7703c338ae75 to your computer and use it in GitHub Desktop.
railsでsass(scss)を使えるようにする
  1. Gemfileに gem 'sass-rails'があること
  2. 'application.css'の中にある下記設定を削除する
    - *= require_tree .
    - *= require_self
    
  3. application.cssファイルの拡張子を .css から .scss に変える
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment