Skip to content

Commit af97b95

Browse files
committed
Recommend govuk-exports only for import
1 parent 21b1ada commit af97b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/govuk-frontend/src/govuk/tools/_exports.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $govuk-imported-modules: () !default;
2424
///
2525
/// @param {String} $name - Name of module - must be unique within the codebase
2626
/// @content The passed content will only be outputted if a module of the same
27-
/// $name has not already been outputted
27+
/// $name has not already been outputted. Use only with `@import`, not `@use`.
2828
/// @access public
2929

3030
@mixin govuk-exports($name) {

0 commit comments

Comments
 (0)