-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tailwind 3.4.1 #189
Conversation
…ildren (first level in this batch)
✅ Deploy Preview for giving-campaign ready!
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", |
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.
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'; |
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.
😨 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'; |
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.
Triple star!
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.
To get to those WYSIWYG elements 😂
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. |
I'm going to push this through since you already reviewed @sherakama 🤠 |
READY FOR REVIEW
Summary
Review Tasks
Setup tasks and/or behavior to test