x-govuk / govuk-prototype-components

Use common components that are not yet part of the GOV.UK Design System.
https://x-govuk.github.io/govuk-prototype-components/
MIT License
3 stars 2 forks source link

Primary navigation dependency notices #255

Closed paulrobertlloyd closed 1 month ago

paulrobertlloyd commented 1 month ago

Uses @warn to generate a deprecation notice when using the primary navigation styles.

Was thinking could also log a warning when using the Nunjucks component, but that would require a filter, and the components are provided as standalone macros. I don’t think it’s possible to log messages to the console from within Nunjucks template code, so will have to rely on the notice from Sass alone.