From c330abc37bf9e230d7e04070d520c9e4bc472765 Mon Sep 17 00:00:00 2001 From: Snugug Date: Thu, 14 Nov 2013 10:40:17 -0500 Subject: [PATCH] Rename sass-import-once.scss to _sass-import-once.scss Turned it into a partial so that when used it doesn't create a stand-alone SCSS file --- sass-import-once.scss => _sass-import-once.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sass-import-once.scss => _sass-import-once.scss (98%) diff --git a/sass-import-once.scss b/_sass-import-once.scss similarity index 98% rename from sass-import-once.scss rename to _sass-import-once.scss index e82a83a..397d068 100644 --- a/sass-import-once.scss +++ b/_sass-import-once.scss @@ -4,4 +4,4 @@ $modules: () !default; $modules: append($modules, $name); @content; } -} \ No newline at end of file +}