avancement planning
This commit is contained in:
+6
-3
@@ -351,6 +351,11 @@ declare namespace postcss {
|
||||
* to generate correct source maps.
|
||||
*/
|
||||
to?: string
|
||||
|
||||
/**
|
||||
* Disable source map file protections.
|
||||
*/
|
||||
unsafeMap?: boolean
|
||||
}
|
||||
|
||||
export type Postcss = typeof postcss
|
||||
@@ -450,9 +455,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