Removed comment in sass file as it seems to confuse node-sass

Change-Id: Idafbddca856361041d20860df04fac1efa271131
diff --git a/Makefile.PL b/Makefile.PL
index bebe29d..de62c37 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@
     'Mojo::JWT' => 0.05,
 
     # Currently on GitHub only (github.com/akron)
-    'Mojolicious::Plugin::Search' => 0.07,
+    'Mojolicious::Plugin::Search' => 0.08,
     'Mojolicious::Plugin::Localize' => 0.20,
     'Mojolicious::Plugin::TagHelpers::ContentBlock' => 0.08,
   },
diff --git a/dev/scss/main/tutorial.scss b/dev/scss/main/tutorial.scss
index 2a0318b..9678ca9 100644
--- a/dev/scss/main/tutorial.scss
+++ b/dev/scss/main/tutorial.scss
@@ -97,64 +97,3 @@
 
 
 
-/*
-#tutorial {
-  iframe {
-    width: 100%;
-    min-height: 100%;
-    border: {
-      width: 0;
-      radius: 10px;
-    }
-    background: {
-      image:url('#{$basepath}/img/korap-bg-kalamar.svg');
-      size: 10%;
-      repeat: no-repeat;
-      position: center center;
-      color: white;
-    }
-  }
-
-  display: block;
-  background-color: $dark-green;
-  border-radius: 15px;
-  &:not(.active) {
-    display: none;
-  }
-  &.active {
-    display: block;
-  }
-  > i,
-  > a > i {
-    font-size: 20pt;
-    color: $dark-green;
-    position: absolute;
-    background-color: rgba(255,255,255,0.5);
-    z-index: 100;
-    top: 10pt;
-    right: 20pt;
-    cursor: pointer;
-  }
-  > a > i {
-    right: 40pt;
-  }
-}
-
-div.test {
-  display: block;
-  border-left: 10px solid $dark-green;
-  margin: 1em;
-  padding-left: 5px;
-  p {
-    color: black;
-    &.fail {
-      font-weight: bold;
-      color: red;
-    }
-    &.pass {
-      font-weight: bold;
-      color: green;
-    }
-  }
-}
-*/
\ No newline at end of file
diff --git a/t/basic.t b/t/intro.t
similarity index 100%
rename from t/basic.t
rename to t/intro.t