Skip to content

Commit c07fbfa

Browse files
committed
Update README.md
1 parent ec0f1da commit c07fbfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ hook({
122122

123123
### `append` array
124124

125-
Appends custom plugins to the end of the PostCSS pipeline.
125+
Appends custom plugins to the end of the PostCSS pipeline. Since the `require` function is synchronous, you should provide synchronous plugins only.
126126

127127
### `prepend` array
128128

129-
Prepends custom plugins to the beginning of the PostCSS pipeline.
129+
Prepends custom plugins to the beginning of the PostCSS pipeline. Since the `require` function is synchronous, you should provide synchronous plugins only.
130130

131131
### `use` array
132132

133-
Provides the full list of PostCSS plugins to the pipeline. Providing this cancels `append`, `prepend`, `createImportedName`, `generateScopedName` options.
133+
Provides the full list of PostCSS plugins to the pipeline. Providing this cancels `append`, `prepend`, `createImportedName`, `generateScopedName` options. Only synchronous plugins.
134134

135135
### `preprocessCss` function
136136

0 commit comments

Comments
 (0)