Skip to content

Commit

Permalink
docs(plugin-stylus): update StylusOptions (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
shulaoda authored Sep 10, 2024
1 parent 11f903a commit 26382e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/en/plugins/list/plugin-stylus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ If you need to customize the compilation behavior of Stylus, you can use the fol
```ts
type StylusOptions = {
use?: string[];
define?: [string, any, boolean?];
include?: string[];
import?: string;
resolveURL?: boolean;
Expand Down
1 change: 1 addition & 0 deletions website/docs/zh/plugins/list/plugin-stylus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ console.log(style.title);
```ts
type StylusOptions = {
use?: string[];
define?: [string, any, boolean?];
include?: string[];
import?: string;
resolveURL?: boolean;
Expand Down

0 comments on commit 26382e5

Please sign in to comment.