Skip to content

Commit

Permalink
Cleanup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
planktonic committed May 17, 2023
1 parent a7162e3 commit 4e49543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/bitstyles/tools/_custom-property.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
$string-items: $string-items,
);

@return '--#{$custom-property-name}';
@return --#{$custom-property-name};
}
2 changes: 1 addition & 1 deletion test/scss/test-use-layers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
$sidebar-large-width: 1rem,
$sidebar-small-location: right,
$table-color-th: #f00,
$ui-group-border-radius: 10rem
$joined-ui-border-radius: 10rem
);
@use '../../scss/bitstyles/utilities' with (
$aspect-ratio-values: (
Expand Down

0 comments on commit 4e49543

Please sign in to comment.