Skip to content

Commit

Permalink
fix: Resolve webpack build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed May 1, 2024
1 parent 579c8dd commit 1ef9b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/scss/detail/for-teams.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
line-height: 28px;
padding: 20px 0;
font-weight: 500;
border-top: 1px solid rgb(white 0.2);
border-top: 1px solid rgba(white, 0.2); /* stylelint-disable-line */

&:first-child {
border: none;
Expand Down
2 changes: 1 addition & 1 deletion static/scss/detail/who-should-enroll.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
line-height: 28px;
padding: 20px 0;
font-weight: 500;
border-top: 1px solid rgb(white 0.2);
border-top: 1px solid rgba(white, 0.2); /* stylelint-disable-line */
text-align: left;

&:first-child {
Expand Down

0 comments on commit 1ef9b6c

Please sign in to comment.