test
This commit is contained in:
4
node_modules/postcss/lib/postcss.d.ts
generated
vendored
4
node_modules/postcss/lib/postcss.d.ts
generated
vendored
@@ -450,9 +450,7 @@ declare namespace postcss {
|
||||
* @param plugins PostCSS plugins.
|
||||
* @return Processor to process multiple CSS.
|
||||
*/
|
||||
declare function postcss(
|
||||
plugins?: readonly postcss.AcceptedPlugin[]
|
||||
): Processor
|
||||
declare function postcss(plugins?: readonly postcss.AcceptedPlugin[]): Processor
|
||||
declare function postcss(...plugins: postcss.AcceptedPlugin[]): Processor
|
||||
|
||||
export = postcss
|
||||
|
||||
Reference in New Issue
Block a user