Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning suppression functionality #2911

Merged
merged 3 commits into from
Oct 14, 2022

Commits on Oct 13, 2022

  1. Add $govuk-suppressed-warnings and the _warning mixin

    These are a setting to record which sass warnings users suppressed and a means to interact with said settings respectively.
    owenatgov committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    bdda2eb View commit details
    Browse the repository at this point in the history
  2. Update managing-change docs

    Specific changes:
    
    - Replace all instances of `@warn` with the `_warning` mixin
    - Add a section explaining the `_warning` mixin and warning suppression
    owenatgov committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    cc08ac1 View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    owenatgov committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    26611f5 View commit details
    Browse the repository at this point in the history