sass-site/source/documentation/snippets/module-system-status.liquid
Jonny Gerig Meyer 0c922a4cd1
Merge branch 'js-api-docs' into port-documentation
* js-api-docs:
  Poke release process
  Remove typedoc
  review
  Attempt to fix typedoc syntax highlighting.
  Remove submodule
  Port heads_up and fun_fact
  Port compatibility table
  Build JS API docs
2023-05-23 12:33:16 -04:00

8 lines
298 B
Plaintext

{% # Arguments are (in order): `dart`, `libsass`, `node`, `ruby` %}
{% 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 %}