We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7162e3 commit 4e49543Copy full SHA for 4e49543
scss/bitstyles/tools/_custom-property.scss
@@ -12,5 +12,5 @@
12
$string-items: $string-items,
13
);
14
15
- @return '--#{$custom-property-name}';
+ @return --#{$custom-property-name};
16
}
test/scss/test-use-layers.scss
@@ -149,7 +149,7 @@
149
$sidebar-large-width: 1rem,
150
$sidebar-small-location: right,
151
$table-color-th: #f00,
152
- $ui-group-border-radius: 10rem
+ $joined-ui-border-radius: 10rem
153
154
@use '../../scss/bitstyles/utilities' with (
155
$aspect-ratio-values: (
0 commit comments