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

build(deps-dev): Bump prettier and stylelint #2775

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/styles/_overrides.scss
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried using a more targeted rule (see summary above) in the rc file, but lint just ignored it. If anyone finds a way of making that work, remove these comment lines

Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
.usa-language__submenu .usa-language__submenu-item button {
color: color('white');
display: block;
// stylelint-disable-next-line scss/function-no-unknown
line-height: line-height($theme-navigation-font-family, 3);
// stylelint-disable-next-line scss/function-no-unknown
padding: units(1);
text-decoration: none;
width: 100%; /* this is something that was actually missing when we were doing the extend because button widths hve different default widths than block element links */
&:focus {
// stylelint-disable-next-line scss/function-no-unknown
outline-offset: units('neg-05');
}

Expand Down
Loading
Loading