Skip to content

Commit

Permalink
Merge pull request #1902 from ferreira-tb/main
Browse files Browse the repository at this point in the history
Fix `ProcessOptions` interface
  • Loading branch information
ai committed Dec 2, 2023
2 parents fa8cd15 + 395e6dc commit 1918533
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 1918533

Please sign in to comment.