From 3c42d4d42ab174110bf3ac218f292faea579681f Mon Sep 17 00:00:00 2001 From: Jennifer Thakar Date: Tue, 15 Oct 2024 13:50:10 -0700 Subject: [PATCH] Update source/documentation/at-rules/import.md Co-authored-by: Natalie Weizenbaum --- source/documentation/at-rules/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/documentation/at-rules/import.md b/source/documentation/at-rules/import.md index 08a2f2287..587bc2333 100644 --- a/source/documentation/at-rules/import.md +++ b/source/documentation/at-rules/import.md @@ -21,7 +21,7 @@ required to have quotes. [indented syntax]: /documentation/syntax#the-indented-syntax {% headsUp %} - As of Dart Sass 1.78.0, the `@import` rule is [deprecated] and will be removed + As of Dart Sass 1.80.0, the `@import` rule is [deprecated] and will be removed from the language in Dart Sass 3.0.0. Prefer the [`@use` rule] instead. [deprecated]: /documentation/breaking-changes/import