sass-site/source/documentation/snippets/_built-in-module-status.erb

5 lines
242 B
Plaintext
Raw Normal View History

<% impl_status dart: '(unreleased)', libsass: false, ruby: false do %>
Only Dart Sass currently supports loading built-in modules with `@use`. Users
of other implementations must call functions using their global names instead.
<% end %>