-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replace strings and spacing in old patterns #96
Replace strings and spacing in old patterns #96
Conversation
removed duplicate pattern slug
fixed indentation
fixed syntax
fixed syntax
fixed syntax
fix syntax
fix syntax
fix syntax
fix syntax
fix syntax
fix syntax
fix syntax
@HardeepAsrani I eventually managed to rework our old patterns as well for consistency. I replaced all the text strings with the string variables, and also applied the new spacing vars in paddings, instead of inline px values. I managed NOT to have any rendering issues for these ones 🚀 . You can view all patterns now in the pattern library of the demo site, but overall they are fine. You might just want to check the markup, and that failing test. |
fixed string variable
updated strings
LGTM, I've fixed the issue as well. Feel free to merge. |
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
This replaces all the text strings and spacing values that we had in our old patterns, with string and spacing variables.
Will affect visual aspect of the product
NO
Test instructions