From 2d1707ec2a4e604c28c2547761f57afde443da05 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 20 Jun 2013 18:40:04 -0700 Subject: [PATCH] website: fix the includes to be _ prefixed --- website/source/stylesheets/{components.scss => _components.scss} | 0 website/source/stylesheets/{footer.scss => _footer.scss} | 0 website/source/stylesheets/{helpers.scss => _helpers.scss} | 0 website/source/stylesheets/{nav.scss => _nav.scss} | 0 website/source/stylesheets/{reset.scss => _reset.scss} | 0 website/source/stylesheets/{sidebar.scss => _sidebar.scss} | 0 website/source/stylesheets/{styles.scss => _styles.scss} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename website/source/stylesheets/{components.scss => _components.scss} (100%) rename website/source/stylesheets/{footer.scss => _footer.scss} (100%) rename website/source/stylesheets/{helpers.scss => _helpers.scss} (100%) rename website/source/stylesheets/{nav.scss => _nav.scss} (100%) rename website/source/stylesheets/{reset.scss => _reset.scss} (100%) rename website/source/stylesheets/{sidebar.scss => _sidebar.scss} (100%) rename website/source/stylesheets/{styles.scss => _styles.scss} (100%) diff --git a/website/source/stylesheets/components.scss b/website/source/stylesheets/_components.scss similarity index 100% rename from website/source/stylesheets/components.scss rename to website/source/stylesheets/_components.scss diff --git a/website/source/stylesheets/footer.scss b/website/source/stylesheets/_footer.scss similarity index 100% rename from website/source/stylesheets/footer.scss rename to website/source/stylesheets/_footer.scss diff --git a/website/source/stylesheets/helpers.scss b/website/source/stylesheets/_helpers.scss similarity index 100% rename from website/source/stylesheets/helpers.scss rename to website/source/stylesheets/_helpers.scss diff --git a/website/source/stylesheets/nav.scss b/website/source/stylesheets/_nav.scss similarity index 100% rename from website/source/stylesheets/nav.scss rename to website/source/stylesheets/_nav.scss diff --git a/website/source/stylesheets/reset.scss b/website/source/stylesheets/_reset.scss similarity index 100% rename from website/source/stylesheets/reset.scss rename to website/source/stylesheets/_reset.scss diff --git a/website/source/stylesheets/sidebar.scss b/website/source/stylesheets/_sidebar.scss similarity index 100% rename from website/source/stylesheets/sidebar.scss rename to website/source/stylesheets/_sidebar.scss diff --git a/website/source/stylesheets/styles.scss b/website/source/stylesheets/_styles.scss similarity index 100% rename from website/source/stylesheets/styles.scss rename to website/source/stylesheets/_styles.scss