Skip to content

Commit 395e6dc

Browse files
committed
Fix ProcessOptions interface
1 parent fa8cd15 commit 395e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postcss.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ declare namespace postcss {
309309
* The path of the CSS source file. You should always set `from`,
310310
* because it is used in source map generation and syntax error messages.
311311
*/
312-
from?: string
312+
from?: string | undefined
313313

314314
/**
315315
* Source map options

0 commit comments

Comments
 (0)