Skip to content

Commit

Permalink
fix typoe (#1230)
Browse files Browse the repository at this point in the history
The migrator's option's name is `--built-in-only` (with hyphen)
  • Loading branch information
rekomat authored Oct 23, 2024
1 parent 3da623a commit 5eca041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/documentation/breaking-changes/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ sass-migrator module --migrate-deps your-entrypoint.scss
```

If you want to migrate away from global built-in functions, but aren't yet
ready to fully migrate your `@import` rules, you can pass the `--builtin-only`
ready to fully migrate your `@import` rules, you can pass the `--built-in-only`
flag to migrate the functions while leaving `@import` rules as-is.

{% render 'silencing_deprecations' %}
Expand Down

0 comments on commit 5eca041

Please sign in to comment.