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

Tailwind 3.4.1 #189

Merged
merged 4 commits into from
Jan 11, 2024
Merged

Tailwind 3.4.1 #189

merged 4 commits into from
Jan 11, 2024

Conversation

yvonnetangsu
Copy link
Member

@yvonnetangsu yvonnetangsu commented Jan 11, 2024

READY FOR REVIEW

Summary

  • Update to Decanter v7.2 which uses TW v3.4.1
  • Update children: variant to use the TW out of the box *: which does the same thing (direct children selector)

Review Tasks

Setup tasks and/or behavior to test

  1. Look at the preview and confirm that things stay the same

Copy link

netlify bot commented Jan 11, 2024

Deploy Preview for giving-campaign ready!

Name Link
🔨 Latest commit 1e80ded
🔍 Latest deploy log https://app.netlify.com/sites/giving-campaign/deploys/65a031f23e985d0008e3de80
😎 Deploy Preview https://deploy-preview-189--giving-campaign.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

package.json Outdated
@@ -54,7 +54,7 @@
"@types/react": "^18.2",
"@types/react-dom": "^18.2",
"autoprefixer": "^10.4.16",
"decanter": "^7.1.2",
"decanter": "github:SU-SWS/decanter#tw-3.4.1",
Copy link
Member Author

Choose a reason for hiding this comment

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

I'll replace with latest version of decanter once this branch is merged.

@@ -1,6 +1,6 @@
export const wrapper = 'mr-0 au-ml-auto flex-col lg:flex-row';
export const contentWrapper = 'lg:rs-pr-9 ml-0';
export const heading = '2xl:whitespace-pre-line -mt-01em rs-mb-2 xl:max-w-1200';
export const body = 'max-w-[50ch] rs-mb-3 children:children:leading-snug';
export const body = 'max-w-[50ch] rs-mb-3 *:*:leading-snug';
Copy link
Member

Choose a reason for hiding this comment

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

😨 Double star?

@@ -6,7 +6,7 @@ export const imageWrapper = 'overflow-hidden aspect-w-1 aspect-h-2';
export const info = 'rs-px-1 pb-150 absolute w-full h-full bottom-0 left-0 mb-0';
export const heading = 'mb-02em mt-auto';

export const cardContent = 'absolute w-full h-full top-0 left-0 px-20 py-30 3xl:py-48 3xl:px-36 aria-hidden:opacity-0 opacity-100 backdrop-blur-sm transition-opacity duration-500 bg-gradient-to-b from-gc-black/60 to-gc-black/90 gc-changemaker children:children:children:!mb-1em';
export const cardContent = 'absolute w-full h-full top-0 left-0 px-20 py-30 3xl:py-48 3xl:px-36 aria-hidden:opacity-0 opacity-100 backdrop-blur-sm transition-opacity duration-500 bg-gradient-to-b from-gc-black/60 to-gc-black/90 gc-changemaker *:*:*:!mb-1em';
Copy link
Member

Choose a reason for hiding this comment

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

Triple star!

Copy link
Member Author

Choose a reason for hiding this comment

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

To get to those WYSIWYG elements 😂

@sherakama
Copy link
Member

I rate this PR 10 *s

@yvonnetangsu
Copy link
Member Author

I rate this PR 10 *s

lol thanks for reviewing 😂 ! Want to approve the Decanter PR also? I used the minor version tag because the TW upgrade was also a minor version.
SU-SWS/decanter#942

@yvonnetangsu yvonnetangsu marked this pull request as ready for review January 11, 2024 18:39
@yvonnetangsu
Copy link
Member Author

I'm going to push this through since you already reviewed @sherakama 🤠

@yvonnetangsu yvonnetangsu merged commit b030b3e into dev Jan 11, 2024
5 checks passed
@yvonnetangsu yvonnetangsu deleted the nojira_tw-3.4.1 branch January 11, 2024 18:41
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.

2 participants