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