From 5eca041c781505a7b470713b09dc4fd07ad5b52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Keller?= Date: Wed, 23 Oct 2024 23:28:28 +0200 Subject: [PATCH] fix typoe (#1230) The migrator's option's name is `--built-in-only` (with hyphen) --- source/documentation/breaking-changes/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/breaking-changes/import.md b/source/documentation/breaking-changes/import.md index 3006c86ea..93386a96b 100644 --- a/source/documentation/breaking-changes/import.md +++ b/source/documentation/breaking-changes/import.md @@ -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' %}