Commit 43401123989633b6a6dac4a29100775deb833c2a
1 parent
cfeddb55
Exists in
master
and in
4 other branches
Remove unused responsive formats
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/main.scss
... | ... | @@ -2,8 +2,16 @@ |
2 | 2 | $baseFontSize: 13px !default; |
3 | 3 | $baseLineHeight: 18px !default; |
4 | 4 | |
5 | +// BOOTSTRAP | |
6 | +// ------------------ | |
5 | 7 | @import "bootstrap"; |
6 | -@import "bootstrap-responsive"; | |
8 | + | |
9 | +// BOOTSTRAP RESPONSIVE | |
10 | +// ------------------ | |
11 | +@import "bootstrap/responsive-utilities"; | |
12 | +@import "bootstrap/responsive-1200px-min"; | |
13 | + | |
14 | +// FONT AWESOME | |
7 | 15 | @import 'font-awesome'; |
8 | 16 | |
9 | 17 | /** GitLab colors **/ | ... | ... |