forked from amundsen-io/amundsen
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rearrange import order of bootstrap, custom, and default variables (#32)
- Loading branch information
Daniel
authored and
Hans Adriaans
committed
Jun 30, 2022
1 parent
00adefe
commit a19925f
Showing
2 changed files
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Bootstrap Default Values | ||
@import '~bootstrap-sass/assets/stylesheets/bootstrap/variables'; | ||
// Amundsen Default Values | ||
@import 'variables-default'; | ||
// Per-Client Custom Values | ||
@import 'variables-custom'; | ||
// Bootstrap Default Values | ||
@import '~bootstrap-sass/assets/stylesheets/bootstrap/variables'; | ||
|