sass-site/source/documentation/snippets/built-in-module-status.liquid
Jonny Gerig Meyer d0c08e39f5
start review
2023-05-30 16:49:15 -04:00

6 lines
351 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 loading built-in modules with `@use`. Users
of other implementations must call functions using their global names instead.
{% endcompatibility %}