Remove unused responsive formats
This commit is contained in:
parent
cfeddb554e
commit
4340112398
1 changed files with 9 additions and 1 deletions
|
@ -2,8 +2,16 @@
|
||||||
$baseFontSize: 13px !default;
|
$baseFontSize: 13px !default;
|
||||||
$baseLineHeight: 18px !default;
|
$baseLineHeight: 18px !default;
|
||||||
|
|
||||||
|
// BOOTSTRAP
|
||||||
|
// ------------------
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
@import "bootstrap-responsive";
|
|
||||||
|
// BOOTSTRAP RESPONSIVE
|
||||||
|
// ------------------
|
||||||
|
@import "bootstrap/responsive-utilities";
|
||||||
|
@import "bootstrap/responsive-1200px-min";
|
||||||
|
|
||||||
|
// FONT AWESOME
|
||||||
@import 'font-awesome';
|
@import 'font-awesome';
|
||||||
|
|
||||||
/** GitLab colors **/
|
/** GitLab colors **/
|
||||||
|
|
Loading…
Add table
Reference in a new issue