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-08-31 23:08:30 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:54:09 +0300
commit3c815f97d32d78abc0eea4f0dd2397e646cd9fd6 (patch)
treeffd48acc78844cdbad32ea1da38538d4c6e6cae8 /app/assets/stylesheets/framework.scss
parent6c49a628000605d1beb120431003abb329b9fd16 (diff)
Add functionality for two themes
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r--app/assets/stylesheets/framework.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss
index c0524bf6aa3..14e19134302 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -19,6 +19,7 @@
@import "framework/flash";
@import "framework/forms";
@import "framework/gfm";
+@import "framework/gitlab-theme.scss";
@import "framework/header";
@import "framework/highlight";
@import "framework/issue_box";