Skip to content

Commit 629ecab

Browse files
author
Jeremy Press
authored
Chore: Prefix imported styles to avoid leaking (#165)
1 parent 628cd20 commit 629ecab

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/_common.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@import '~box-react-ui/lib/styles/variables';
2-
@import '~box-react-ui/lib/styles/common/buttons';
3-
@import '~box-react-ui/lib/styles/common/forms';
2+
3+
.bp-container {
4+
@import '~box-react-ui/lib/styles/common/buttons';
5+
@import '~box-react-ui/lib/styles/common/forms';
6+
}
47

58
$highlight-yellow: #fed94e;
69
$highlight-yellow-active-hover: #ffc900;

0 commit comments

Comments
 (0)