-
Notifications
You must be signed in to change notification settings - Fork 106
fix: Reduce unnecessary interpolation and function calls #1042
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…to fix-simplify-sass
…ments into fix-simplify-sass
Contributor
Author
|
On hold pending the base class updates |
starryeyez024
requested changes
Nov 30, 2020
starryeyez024
requested changes
Dec 1, 2020
starryeyez024
previously requested changes
Dec 2, 2020
Member
starryeyez024
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
kylebuch8
approved these changes
Dec 2, 2020
Contributor
kylebuch8
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets Get This Merged!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
demo
Updating demo pages
docs
Documentation updates
functionality
Functionality, typically pertaining to the JavaScript.
next release
PRs that need to merge before the next release goes out
priority: low
Severity level: 3
ready to merge
size: md
Sizing label; indicates a moderate difficulty level or amount of work
styles
An issue or PR pertaining only to CSS/Sass
tests
Related to testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goal 1: Reduce complexity from the sass files.
Went through the styles and tried to reduce complexity by removing unnecessary interpolation and opting for verbosity rather than mixins (i.e., pfe-print-local) so that sass is easier to parse.
Goal 2: Tidy up and reduce complexity in pfe-band layouts.
Preview
Link(s) to demo page(s) where this element can be viewed:
Testing instructions
Browser requirements
Your component should work in all of the following environments:
Ready-for-merge Checklist
Check off items as they are completed. Feel free to delete items if they are not applicable.
Merging
Please squash when merging and ensure your commit message uses conventional commit formatting.
Be sure to share your updates with the patternfly-elements-contribute@redhat.com mailing list!