We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b1ada commit af97b95Copy full SHA for af97b95
1 file changed
packages/govuk-frontend/src/govuk/tools/_exports.scss
@@ -24,7 +24,7 @@ $govuk-imported-modules: () !default;
24
///
25
/// @param {String} $name - Name of module - must be unique within the codebase
26
/// @content The passed content will only be outputted if a module of the same
27
-/// $name has not already been outputted
+/// $name has not already been outputted. Use only with `@import`, not `@use`.
28
/// @access public
29
30
@mixin govuk-exports($name) {
0 commit comments