mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 01:47:44 +01:00
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
{% # Arguments are (in order): `dart`, `libsass`, `node`, `ruby`, optional feature name, additional details within %}
|
|
{% compatibility '1.23.0', false, null, false %}
|
|
Only Dart Sass currently supports `@use`. Users of other implementations must
|
|
use the [`@import` rule][] instead.
|
|
|
|
[`@import` rule]: /documentation/at-rules/import
|
|
{% endcompatibility %}
|