Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/docs/plugins/writing-plugins/rust-plugin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ see example [github actions publish workflow](https://github.com/farm-fe/rust-pl


## Examples
We will use `@farmfe/plugin-sass` as demostration to a real Rust plugin example. This plugin will support compiling `.scss` and `.sass` file in your farm project.
We will use `@farmfe/plugin-sass` as demonstration to a real Rust plugin example. This plugin will support compiling `.scss` and `.sass` file in your farm project.
Comment thread
jxhhdx marked this conversation as resolved.

### Define Plugin
Exports a Rust struct named `FarmPluginSass`.
Expand Down
Loading