Skip to content

Commit

Permalink
move bootstrap import into component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 26, 2020
1 parent df02322 commit c42c4c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "~bootstrap/scss/functions";
@import "~bootstrap/scss/variables";
@import '~bootstrap/scss/bootstrap.scss';

:host {
--wvr-black: #{$black};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "../../shared/styles/wvr-variables.scss";

:host {
--wvr-nav-li-cursor: pointer;
--wvr-nav-li-height: 100%;
Expand Down Expand Up @@ -51,4 +53,4 @@ li.nav-item:hover {
color: var(--wvr-nav-link-color-hover);
text-decoration: var(--wvr-nav-link-text-decoration-hover);
}
}
}
2 changes: 0 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/* You can add global styles to this file, and also import other style files */

@import "~bootstrap/scss/bootstrap";

0 comments on commit c42c4c6

Please sign in to comment.