From f708e80dfb4440c4a2e5b26fdfe1179b0408ae17 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 23 Jan 2015 23:04:04 -0500 Subject: Create HomeController --- app/assets/stylesheets/home.scss | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/assets/stylesheets/home.scss (limited to 'app/assets/stylesheets/home.scss') diff --git a/app/assets/stylesheets/home.scss b/app/assets/stylesheets/home.scss new file mode 100644 index 0000000..f0ddc68 --- /dev/null +++ b/app/assets/stylesheets/home.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the home controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ -- cgit v1.2.3