mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
2088a021f9
Documentation for @use and @forward themselves will come in a future PR. Partially addresses #263
7 lines
253 B
Plaintext
7 lines
253 B
Plaintext
<% impl_status dart: '(unreleased)', libsass: false, ruby: false do %>
|
|
Only Dart Sass currently supports `@use`. Users of other implementations must
|
|
use the [`@import` rule][] instead.
|
|
|
|
[`@import` rule]: /documentation/at-rules/import
|
|
<% end %>
|