Skip to content

Commit 4e49543

Browse files
committed
Cleanup after rebase
1 parent a7162e3 commit 4e49543

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/bitstyles/tools/_custom-property.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
$string-items: $string-items,
1313
);
1414

15-
@return '--#{$custom-property-name}';
15+
@return --#{$custom-property-name};
1616
}

test/scss/test-use-layers.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
$sidebar-large-width: 1rem,
150150
$sidebar-small-location: right,
151151
$table-color-th: #f00,
152-
$ui-group-border-radius: 10rem
152+
$joined-ui-border-radius: 10rem
153153
);
154154
@use '../../scss/bitstyles/utilities' with (
155155
$aspect-ratio-values: (

0 commit comments

Comments
 (0)