-
Notifications
You must be signed in to change notification settings - Fork 683
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
Updating Tailwind to V3 #4196
Updating Tailwind to V3 #4196
Conversation
…v3 changes, fixing issues in components following upgrade
… make more configurable
…ing index styles, adding more config values to fix TODOs
…een sizes to config
|
@anthoula, @glo42707 no luck with the new PR unfortunately. Still the same issues. 😩 Thanks! |
Hi @justinconabree Please let us know for more information. |
Hi @glo82145 , If you just run (cc @anthoula @supernova-at) |
@glo82145 This shouldn't have been merged until the issue with deployment was resolved. There's now uncompiled tailwind directives on develop |
Is it possible to connect today on teams or slack to discuss further? |
run pr-deploy |
Successfully started codebuild job for |
Hi @glo82145 , Absolutely! I'm on the Magento Open Source slack if that helps |
Hey @glo82145 , any update? I'm free today if you need |
we have tested changes of this PR in different cloud instances which is working fine. now we will try pushing changes of this PR to master branch which is associated in github CICD, and hoping that it should resolved the issue of tailwind which we facing in PR link. ideally all changes should reffelect in PR link byitself but UI distortion issue we are facing only on this PR-link. also answering to your old querstion how CICD works, so for that we alredy have aws codebuild where we publish PWA-studio releases and manually we push PWA-DIST in all the associated instances of Module PWA. we will keep you updated post we fininsh regression test of PWA-14.0.0 |
Hi @glo42707 , I'm not sure if this impacts your plans, but the issues are also present on https://develop.pwa-venia.com/ since the merge |
Description
@apply
when using composes from another class and overriding values.@TODO tailwind
commentsStyles that have changed due to B6 being corrected
Original PR: #4082
Related Issue
Closes #4081
Acceptance
Verification Stakeholders
Specification
Changes to theme must be reviewed
Verification Steps
Test scenario(s) for direct fix/feature
Full pass through site to verify no major style changes across all screen sizes
Test scenario(s) for any Magento Backend Supported Configurations
None
Is Browser/Device testing needed?
Yes, device testing is required as styles may vary based through all breakpoints
Any ad-hoc/edge case scenarios that need to be considered?
All features (states) must be tested
Breaking Changes (if any)
Updating PWA Studio (Venia) from Tailwind V2 to V3 has required some changes.
For starters, developers should look over Tailwind's Upgrade Guide to see what the general implications of Tailwind V3 are for their project.
Some additional configurations have been made available in the theme and implemented in Venia. These include
Some key colors are also now exposed through CSS variables using the root plugin. These variables are then used in the base tokens file so legacy use now runs off of tailwind configuration.
Checklist
[ ] I have added tests to cover my changes, if necessary.[ ] I have added translations for new strings, if necessary.