Skip to content

Commit 45a07f8

Browse files
committed
fix: typo
1 parent 5f99797 commit 45a07f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/utilities/_background.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// stylelint-disable declaration-no-important
22
@include theme-variant() {
3-
@include bg-variant(".bg-#{$color}", $value, trur);
3+
@include bg-variant(".bg-#{$color}", $value, true);
44
}
55

66
// @if $enable-gradients {

0 commit comments

Comments
 (0)