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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-06 18:09:54 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:57:30 +0300
commit7b567597eef25ca3af8af63a71bcc4dfefc2a694 (patch)
tree6b2fe901187399ff9e49e1c2fe3ea296fd3f18e9 /app/assets/stylesheets/framework.scss
parent1245cccf689b7ac47f36097c3d2350a411743921 (diff)
Fix specs; start on light theme
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r--app/assets/stylesheets/framework.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss
index 14e19134302..35e7a10379f 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -19,7 +19,7 @@
@import "framework/flash";
@import "framework/forms";
@import "framework/gfm";
-@import "framework/gitlab-theme.scss";
+@import "framework/gitlab-theme";
@import "framework/header";
@import "framework/highlight";
@import "framework/issue_box";