From 2289566e8eec89f14d18d0c8480f0c1ba446ea95 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 24 Jan 2015 03:26:08 -0500 Subject: Add markup & styles for main page Style to have a header, fixed sidebar with links to notes, and lorem ipsum as a main section. --- app/assets/stylesheets/application.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/assets/stylesheets/application.scss (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss new file mode 100644 index 0000000..47695ad --- /dev/null +++ b/app/assets/stylesheets/application.scss @@ -0,0 +1,5 @@ +@import "layouts/reset"; + +@import "components/type"; + +@import "layouts/global"; -- cgit v1.2.3