Skip to content

Commit

Permalink
docs: fix link for prependData (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinok committed Jun 22, 2020
1 parent 006c02e commit 20b7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ Thankfully there are a two solutions to this problem:
| **[`implementation`](#implementation)** | `{Object}` | `sass` | Setup Sass implementation to use. |
| **[`sassOptions`](#sassoptions)** | `{Object\|Function}` | defaults values for Sass implementation | Options for Sass. |
| **[`sourceMap`](#sourcemap)** | `{Boolean}` | `compiler.devtool` | Enables/Disables generation of source maps. |
| **[`prependData`](#sassoptions)** | `{String\|Function}` | `undefined` | Prepends `Sass`/`SCSS` code before the actual entry file. |
| **[`prependData`](#prependdata)** | `{String\|Function}` | `undefined` | Prepends `Sass`/`SCSS` code before the actual entry file. |
| **[`webpackImporter`](#webpackimporter)** | `{Boolean}` | `true` | Enables/Disables the default Webpack importer. |

### `implementation`
Expand Down

0 comments on commit 20b7a11

Please sign in to comment.