Skip to content

Commit

Permalink
tools: import missing color-definitions (#2485)
Browse files Browse the repository at this point in the history
Adding the missing `color-definitions.scss` import to `debug-tools.scss` to fix some stylings on the debug tools page.
  • Loading branch information
smoralesd authored Apr 13, 2020
1 parent c969bba commit e822707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/debug-tools/debug-tools.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
@import '../common/styles/root-level-only/color-definitions.scss';

body {
margin: 0px;
}

0 comments on commit e822707

Please sign in to comment.