8000 fix: resolve stylelint warnings · coreui/coreui@dc4295a · GitHub
[go: up one dir, main page]

Skip to content

Commit dc4295a

Browse files
committed
fix: resolve stylelint warnings
1 parent affac9e commit dc4295a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mixins/_utilities.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
}
9494
}
9595
@if $is-rtl == true {
96-
@if (type-of($value) == 'map') {
96+
@if (type-of($value) == "map") {
9797
@include ltr-rtl($property, map-get($value, "ltr"), null, map-get($value, "rtl"), if($enable-important-utilities, !important, null));
9898
} @else {
9999
@include ltr-rtl($property, $value, null, null, if($enable-important-utilities, !important, null));

0 commit comments

Comments
 (0)
0