Skip to content

Commit

Permalink
docs(readme): added sass options (#1019)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Akait <[email protected]>
  • Loading branch information
Strek and alexander-akait authored Feb 3, 2022
1 parent 33d7572 commit 6fef18b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ Type:

```ts
type sassOptions =
| object
| import("sass").LegacyOptions<"async">
| ((
content: string | Buffer,
loaderContext: LoaderContext,
meta: any
) => object);
) => import("sass").LegacyOptions<"async">);
```

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

#### `object`

Use and object for the Sass implementation setup.
Use an object for the Sass implementation setup.

**webpack.config.js**

Expand Down

0 comments on commit 6fef18b

Please sign in to comment.