Skip to content

Commit

Permalink
docs: correct type definitions of include and import (close: #420) (
Browse files Browse the repository at this point in the history
  • Loading branch information
zavierkolten committed Aug 19, 2024
1 parent 9c3ca20 commit 328b98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Type:
type stylusOptions =
| {
use: Array<string | Function>;
include: string;
import: string;
include: Array<string>;
import: Array<string>;
define: Array;
includeCSS: false;
resolveURL: boolean | Object;
Expand Down

0 comments on commit 328b98d

Please sign in to comment.