Move mixins and variables under gitlab bootstrap
This commit is contained in:
parent
52fbcd45a4
commit
965102b3f6
4 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@ $baseLineHeight: 18px !default;
|
|||
@import "bootstrap/responsive-1200px-min";
|
||||
|
||||
@import "font-awesome";
|
||||
@import "variables.scss";
|
||||
@import "fonts.scss";
|
||||
@import "mixins.scss";
|
||||
|
||||
/**
|
||||
* GitLab bootstrap.
|
||||
* Overrides some styles of twitter bootstrap.
|
||||
* Also give some common classes for GitLab app
|
||||
*/
|
||||
@import "gitlab_bootstrap/variables.scss";
|
||||
@import "gitlab_bootstrap/fonts.scss";
|
||||
@import "gitlab_bootstrap/mixins.scss";
|
||||
@import "gitlab_bootstrap/common.scss";
|
||||
@import "gitlab_bootstrap/typography.scss";
|
||||
@import "gitlab_bootstrap/buttons.scss";
|
||||
|
|
Loading…
Add table
Reference in a new issue