Skip to content

Commit a1d73a3

Browse files
authored
docs(features): fix grammar (#22858)
1 parent af21ab6 commit a1d73a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ npm add -D stylus
331331

332332
If using Vue single file components, this also automatically enables `<style lang="sass">` et al.
333333

334-
Vite improves `@import` resolving for Sass and Less so that Vite aliases are also respected. In addition, relative `url()` references inside imported Sass/Less files that are in different directories from the root file are also automatically rebased to ensure correctness. Rebasing `url()` references that start with a variable or a interpolation are not supported due to its API constraints.
334+
Vite improves `@import` resolving for Sass and Less so that Vite aliases are also respected. In addition, relative `url()` references inside imported Sass/Less files that are in different directories from the root file are also automatically rebased to ensure correctness. Rebasing `url()` references that start with a variable or an interpolation is not supported due to its API constraints.
335335

336336
`@import` alias and url rebasing are not supported for Stylus due to its API constraints.
337337

0 commit comments

Comments
 (0)