UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+6 -3
View File
@@ -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