Skip to content

Commit

Permalink
Chore: Prefix imported styles to avoid leaking (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press authored Apr 13, 2018
1 parent 628cd20 commit 629ecab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/_common.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@import '~box-react-ui/lib/styles/variables';
@import '~box-react-ui/lib/styles/common/buttons';
@import '~box-react-ui/lib/styles/common/forms';

.bp-container {
@import '~box-react-ui/lib/styles/common/buttons';
@import '~box-react-ui/lib/styles/common/forms';
}

$highlight-yellow: #fed94e;
$highlight-yellow-active-hover: #ffc900;
Expand Down

0 comments on commit 629ecab

Please sign in to comment.