Skip to content

Commit 329d8ea

Browse files
authored
docs: fix default sass version (#7121)
1 parent 5b63295 commit 329d8ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/document/module-doc/docs/en/api/config/build-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ export default {
13041304

13051305
## style.sass.implementation
13061306

1307-
Configure the implementation library used by `Sass`, the built-in version used is `1.5.4` if not specified.
1307+
Configure the implementation library used by `Sass`, the built-in version used is `1.54.4` if not specified.
13081308

13091309
- **Type**: `string | object`
13101310
- **Default**: `undefined`

packages/document/module-doc/docs/zh/api/config/build-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ export default defineConfig({
12991299

13001300
## style.sass.implementation
13011301

1302-
配置 `Sass` 使用的实现库,在不指定的情况下,使用的内置版本是 `1.5.4`
1302+
配置 `Sass` 使用的实现库,在不指定的情况下,使用的内置版本是 `1.54.4`
13031303

13041304
- 类型: `string | object`
13051305
- 默认值: `undefined`

0 commit comments

Comments
 (0)