Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-10 15:23:29 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 02:18:39 +0300
commit2f7a399c7356f0b4da447f3d15e258b0d67ab6a8 (patch)
treea0c2d3c563ff236ee373c7716f52b035f3c797e2 /app/assets/stylesheets/application.scss
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
Enable ImportPath in scss-lint
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 83a8eeaafde..0665622fe4a 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -42,4 +42,4 @@
/*
* Styles for JS behaviors.
*/
-@import "behaviors.scss";
+@import "behaviors";