Area restrita - Questionario

This commit is contained in:
2026-06-08 23:50:59 -03:00
parent f2e2400637
commit ef968f10ae
6972 changed files with 23454 additions and 2267883 deletions
+3 -6
View File
@@ -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