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

Ran npx stylelint@14.9.1 www/assets/css/wpt-header.css #2384

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Conversation

stoyan
Copy link
Contributor

@stoyan stoyan commented Sep 28, 2022

... and did my best to fix the errors.

Mostly duplicate declarations, one ignored :header and moved two blocks together as they had the same selectors

Comment on lines -153 to -154
wpt-header .wptheader_nav li > a:focus,
wpt-header .wptheader_nav li > a:header,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

:header is wrong and :focus is defined later too

Comment on lines -323 to -329
wpt-header header {
flex-flow: row nowrap;
height: auto;
overflow: visible;
align-content: center;
justify-content: space-between;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved down with its duplicate selector

Comment on lines -333 to -338
wpt-header .wptheader_logo {
flex: 1 1 20%;
height: auto;
max-height: none;
padding: 0;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ditto

@jefflembeck jefflembeck merged commit 5b2601a into master Oct 4, 2022
@jefflembeck jefflembeck deleted the lint branch October 4, 2022 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants