Skip to content

Commit 5648a44

Browse files
authored
docs(cn): Fix typo: Sass (#1556)
1 parent d5bd575 commit 5648a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/loaders/sass-loader.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Webpack 提供一种 [解析文件的高级机制](/concepts/module-resolution/)
115115

116116
### `url(...)` 的问题 $#problems-with-url$
117117

118-
由于 Saass 的实现没有提供 [url 重写](https://github.com/sass/libsass/issues/532)的功能,所以相关的资源都必须是相对于输出文件(ouput)而言的。
118+
由于 Sass 的实现没有提供 [url 重写](https://github.com/sass/libsass/issues/532)的功能,所以相关的资源都必须是相对于输出文件(ouput)而言的。
119119

120120
- 如果生成的 CSS 传递给了 `css-loader`,则所有的 url 规则都必须是相对于入口文件的(例如:`main.scss`)。
121121
- 如果仅仅生成了 CSS 文件,没有将其传递给 `css-loader`,那么所有的 url 都是相对于网站的根目录的。

0 commit comments

Comments
 (0)