Skip to content

Commit 6fef18b

Browse files
Strekalexander-akait
Strek
andauthored
docs(readme): added sass options (#1019)
Co-authored-by: Alexander Akait <[email protected]>
1 parent 33d7572 commit 6fef18b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ Type:
321321

322322
```ts
323323
type sassOptions =
324-
| object
324+
| import("sass").LegacyOptions<"async">
325325
| ((
326326
content: string | Buffer,
327327
loaderContext: LoaderContext,
328328
meta: any
329-
) => object);
329+
) => import("sass").LegacyOptions<"async">);
330330
```
331331

332332
Default: defaults values for Sass implementation
@@ -352,7 +352,7 @@ Please consult documentation before using them:
352352

353353
#### `object`
354354

355-
Use and object for the Sass implementation setup.
355+
Use an object for the Sass implementation setup.
356356

357357
**webpack.config.js**
358358

0 commit comments

Comments
 (0)