Skip to content

Commit 5eca041

Browse files
authored
fix typoe (#1230)
The migrator's option's name is `--built-in-only` (with hyphen)
1 parent 3da623a commit 5eca041

File tree

1 file changed

+1
-1
lines changed
  • source/documentation/breaking-changes

1 file changed

+1
-1
lines changed

source/documentation/breaking-changes/import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ sass-migrator module --migrate-deps your-entrypoint.scss
5050
```
5151

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

5656
{% render 'silencing_deprecations' %}

0 commit comments

Comments
 (0)