mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
14 lines
464 B
Plaintext
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 %}
|