sass-site/source/_includes/doc_snippets/module-system-status.liquid

7 lines
263 B
Plaintext
Raw Normal View History

2023-06-01 22:56:54 +02:00
{% compatibility 'dart: "1.23.0"', 'libsass: false', 'ruby: false' %}
2023-05-30 23:23:34 +02:00
Only Dart Sass currently supports `@use`. Users of other implementations must
use the [`@import` rule][] instead.
2023-05-30 23:23:34 +02:00
[`@import` rule]: /documentation/at-rules/import
{% endcompatibility %}