Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 8d756a8

Browse files
Robertofznck
authored andcommitted
docs: v2.3: use the right name for styleToImports (#88)
1 parent ce97d60 commit 8d756a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/2.3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ stylus: { /* stylus options */}
109109
</p>
110110

111111
#### Use other plugins
112-
Set `autoStyles: false` and `styleToImport: true` to import style as a dependency and plugins like [rollup-plugin-scss](https://github.com/differui/rollup-plugin-sass) can be used.
112+
Set `autoStyles: false` and `styleToImports: true` to import style as a dependency and plugins like [rollup-plugin-scss](https://github.com/differui/rollup-plugin-sass) can be used.
113113

114114
``` js
115115
// rollup.config.js
@@ -119,7 +119,7 @@ import scss from 'rollup-plugin-scss'
119119
export default {
120120
...
121121
plugins: [
122-
vue({ autoStyles: false, styleToImport: true }),
122+
vue({ autoStyles: false, styleToImports: true }),
123123
scss()
124124
],
125125
...

0 commit comments

Comments
 (0)