avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 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