From 1e941f284eb2ea3136b28cbba35efb1dc6506107 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Mon, 13 Mar 2017 17:26:48 -0700 Subject: [PATCH] Direct scroll handler and move to SCSS for covers Scroll handler now attaches directly to scroll event rather than requestAnimationFrame --- covers.css => covers.scss | 3 ++- index.html | 21 +++++++++++---------- style.css | 9 ++++++++- style.css.map | 4 ++-- style.scss | 6 ++++++ 5 files changed, 29 insertions(+), 14 deletions(-) rename covers.css => covers.scss (62%) diff --git a/covers.css b/covers.scss similarity index 62% rename from covers.css rename to covers.scss index 083ae25..118c56c 100644 --- a/covers.css +++ b/covers.scss @@ -1,3 +1,4 @@ -#sierra{ +// covers.scss +#sierra { background-image: url("Sierra.jpg"); } \ No newline at end of file diff --git a/index.html b/index.html index 006bf96..2073c49 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,6 @@ Chuck Dries -