diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-06 15:37:26 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-06 15:37:26 -0700 |
commit | 7312b8708fe5e917d14c60d628829d3f79027e8f (patch) | |
tree | a753ef24ed6b389ea2582ad8ccd06d2b40ddfc33 /app/assets/stylesheets/framework.scss | |
parent | bc45fd78df153bec48bc759cddc370fba934d447 (diff) | |
download | gitlab-ce-7312b8708fe5e917d14c60d628829d3f79027e8f.tar.gz |
Finish combining nav styles
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r-- | app/assets/stylesheets/framework.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss index 09a29d41823..c7be94e2c8e 100644 --- a/app/assets/stylesheets/framework.scss +++ b/app/assets/stylesheets/framework.scss @@ -30,8 +30,6 @@ @import "framework/media_object"; @import "framework/mobile"; @import "framework/modal"; -@import "framework/nav"; -@import "framework/new-nav"; @import "framework/pagination"; @import "framework/panels"; @import "framework/secondary-navigation-elements"; |