Delete _helpers.scss partial
SFCs no longer require this _helpers partial since they are
included by sass loader.
Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com>
Change-Id: Ib6400085f05a195d0140691c69323dbb82e00fc3
diff --git a/src/assets/styles/_helpers.scss b/src/assets/styles/_helpers.scss
deleted file mode 100644
index 8c225ab..0000000
--- a/src/assets/styles/_helpers.scss
+++ /dev/null
@@ -1,3 +0,0 @@
-// Import required for all single file components that use Sass variables
-@import "./bmc/helpers";
-@import "./bootstrap/helpers";