Skip to content

Commit

Permalink
docs(zh): updated StylusOptions type (#3393)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Sep 5, 2024
1 parent 2fb9aa0 commit 81f589f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/zh/plugins/list/plugin-stylus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ console.log(style.title);
```ts
type StylusOptions = {
use?: string[];
include?: string;
include?: string[];
import?: string;
resolveURL?: boolean;
lineNumbers?: boolean;
Expand Down

0 comments on commit 81f589f

Please sign in to comment.