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

Remove redundant styles #207

Open
davidstanke opened this issue Apr 12, 2023 · 0 comments
Open

Remove redundant styles #207

davidstanke opened this issue Apr 12, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Seeking contributions from the community refactor Refactor for maintainability

Comments

@davidstanke
Copy link
Collaborator

Looks like these styles are immediately overridden. Let’s remove the redundant bits:

@include media-medium {
.capabilitiesGrid {
grid-template-columns: 1fr 1fr;
}
}
@include media-medium {
.capabilitiesGrid {
grid-template-columns: 1fr;
}
}

@davidstanke davidstanke added good first issue Good for newcomers help wanted Seeking contributions from the community labels Apr 12, 2023
@nathenharvey nathenharvey added the refactor Refactor for maintainability label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Seeking contributions from the community refactor Refactor for maintainability
Projects
None yet
Development

No branches or pull requests

2 participants