Skip to content

Commit 0641c7f

Browse files
committed
Fix additional stylelint error in WP starter
1 parent 8a833fe commit 0641c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starterkits/wp/app/_components/content/SiteSearch/site-search.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.form-item {
4040
--form-font-size: var(--responsive-font-size-2);
4141

42-
flex-basis: rem(220px);
42+
flex-basis: rem-convert(220px);
4343
flex-grow: 0;
4444
}
4545
}

0 commit comments

Comments
 (0)