Skip to content

Commit

Permalink
Adds an implementation note about the workaround for the min function…
Browse files Browse the repository at this point in the history
… call in the outdated SCSS dependency

Signed-off-by: Aaron Stephanus <[email protected]>
  • Loading branch information
Aaron Stephanus committed Dec 13, 2023
1 parent 029424a commit ddfb90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _sass/_navigation-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ $max-container: 1440px;
text-decoration: none;
text-indent: 100%;
position: relative;
// NOTE: The min() function name is deliberatedly misspelled with an upercase M to workaround an outdated SCSS compiler
// dependency used by the Just the Docs theme 0.3.3.
left: Min(80px, calc(100% - $header-banner-min-width));
box-sizing: content-box;
@media screen and (max-width: 1339px) {
Expand Down

0 comments on commit ddfb90e

Please sign in to comment.