You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation of the @use and @forward at-rules describes how to use the various clauses for namespacing (as), visibility (show/hide), and configuration (with) individually. However, I would propose adding notes about the allowable ordering of these clauses. The error dart-sass gives when compiling with clauses out of order can be vague if you're not aware of the ordering requirements, simply saying that a ';' was expected or similar. It took some searching and testing to determine that "as", "show", and "hide" must come before "with". It would be good to include this information in the online documentation.
The text was updated successfully, but these errors were encountered:
Documentation of the @use and @forward at-rules describes how to use the various clauses for namespacing (as), visibility (show/hide), and configuration (with) individually. However, I would propose adding notes about the allowable ordering of these clauses. The error dart-sass gives when compiling with clauses out of order can be vague if you're not aware of the ordering requirements, simply saying that a ';' was expected or similar. It took some searching and testing to determine that "as", "show", and "hide" must come before "with". It would be good to include this information in the online documentation.
The text was updated successfully, but these errors were encountered: