Skip to content

Commit

Permalink
Fix ProcessOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ferreira-tb committed Dec 1, 2023
1 parent fa8cd15 commit 395e6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postcss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 395e6dc

Please sign in to comment.