Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/documentation/at-rules/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@ compilation:

{% render 'code_snippets/example-use-theme' %}

{% headsUp %}
If you want to configure a module *and* give it a custom namespace, the `as`
clause must come before the `with` clause, as in `@use ... as ... with ...`.
{% endheadsUp %}

### With Mixins

Configuring modules with `@use ... with` can be very handy, especially when
Expand Down