Skip to content

Commit

Permalink
test: test new function
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieagus committed May 8, 2024
1 parent 5655cf0 commit 56dd903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/navigation.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Main nav, breadcrumb, etc...
// stylelint-disable selector-no-type, max-nesting-depth, selector-max-compound-selectors, selector-max-type, selector-max-specificity

@use 'sass:math';
.nav-list {
padding: 0;
margin-top: 0;
Expand Down
2 changes: 2 additions & 0 deletions _sass/support/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@use 'sass:math';

@function rem($size, $unit: "") {
$rem-size: math.div($size, $root-font-size);

Expand Down

0 comments on commit 56dd903

Please sign in to comment.