sass-site/source/documentation/snippets/module-system-status.liquid
2023-03-07 12:38:28 -05:00

14 lines
464 B
Plaintext

{% comment %}
Ideally this would use named args, but that's not supported yet:
https://github.com/11ty/eleventy/issues/2679
In the meantime, the args are (in order): `dart`, `libsass`, `ruby`, `feature`
{% endcomment %}
{% compatibility '1.23.0', false, false %}
Only Dart Sass currently supports `@use`. Users of other implementations must
use the [`@import` rule][] instead.
[`@import` rule]: /documentation/at-rules/import
{% endcompatibility %}