sass-site/old_source/documentation/snippets/_built-in-module-status.erb
2023-01-06 17:37:45 -05:00

5 lines
236 B
Plaintext

<% impl_status dart: '1.23.0', 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 %>