Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
fix(StyleGuideProvider): Remove use of :global from html style (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahredhope authored Jan 7, 2019
1 parent 9f5c043 commit ebfbd11
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions react/StyleGuideProvider/StyleGuideProvider.less
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
@import (reference) "~seek-style-guide/theme";

:global {
/* stylelint-disable selector-max-type */
@import "./reset";
}

html {
background-color: @sk-background;
min-height: 100%;
}
/* stylelint-enable selector-max-type */
html {
background-color: @sk-background;
min-height: 100%;
}

.root {
Expand Down

0 comments on commit ebfbd11

Please sign in to comment.