Skip to content

Commit 20b7a11

Browse files
authored
docs: fix link for prependData (#847)
1 parent 006c02e commit 20b7a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Thankfully there are a two solutions to this problem:
109109
| **[`implementation`](#implementation)** | `{Object}` | `sass` | Setup Sass implementation to use. |
110110
| **[`sassOptions`](#sassoptions)** | `{Object\|Function}` | defaults values for Sass implementation | Options for Sass. |
111111
| **[`sourceMap`](#sourcemap)** | `{Boolean}` | `compiler.devtool` | Enables/Disables generation of source maps. |
112-
| **[`prependData`](#sassoptions)** | `{String\|Function}` | `undefined` | Prepends `Sass`/`SCSS` code before the actual entry file. |
112+
| **[`prependData`](#prependdata)** | `{String\|Function}` | `undefined` | Prepends `Sass`/`SCSS` code before the actual entry file. |
113113
| **[`webpackImporter`](#webpackimporter)** | `{Boolean}` | `true` | Enables/Disables the default Webpack importer. |
114114

115115
### `implementation`

0 commit comments

Comments
 (0)