diff --git a/lib/postcss.d.ts b/lib/postcss.d.ts index 70d758959..49af61c39 100644 --- a/lib/postcss.d.ts +++ b/lib/postcss.d.ts @@ -309,7 +309,7 @@ declare namespace postcss { * The path of the CSS source file. You should always set `from`, * because it is used in source map generation and syntax error messages. */ - from?: string + from?: string | undefined /** * Source map options