-
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'; | ||
export const imageWrapper = 'self-end lg:self-start shrink-0'; | ||
export const image = 'rs-mt-3 lg:mt-0 w-250 xl:w-[36rem]'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. To get to those WYSIWYG elements 😂 |
||
|
||
export const button = 'group absolute w-full h-full top-0 left-0'; | ||
export const icon = 'absolute bottom-40 right-36 text-white w-65 h-65 border-2 border-white rounded-full p-16 group-hocus-visible:border-dashed group-aria-expanded:rotate-45 transition-transform'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export const mediaWrapper = 'children:!w-full children:!h-full'; | ||
export const caption = 'children:children:leading-display caption mt-1em max-w-prose-wide'; | ||
export const mediaWrapper = '*:!w-full *:!h-full'; | ||
export const caption = '*:*:leading-display caption mt-1em max-w-prose-wide'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ood-giving-campaign", | ||
"version": "0.0.2", | ||
"description": "Giving Campaign", | ||
"description": "Momentum", | ||
"author": "Stanford University", | ||
"keywords": [ | ||
"nextjs", | ||
|
@@ -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 commentThe 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. |
||
"eslint": "^8.50.0", | ||
"eslint-config-next": "^13.4.13", | ||
"netlify-plugin-vault-variables": "^1.0.7", | ||
|
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?