Skip to content

Markup and style for cards organism#21

Merged
khamer merged 4 commits into
mainfrom
cards-module
May 18, 2026
Merged

Markup and style for cards organism#21
khamer merged 4 commits into
mainfrom
cards-module

Conversation

@dmontesi

@dmontesi dmontesi commented Jan 8, 2026

Copy link
Copy Markdown
Contributor
  • Markup and styles for cards module utilizing current grid utility columns

@netlify

netlify Bot commented Jan 8, 2026

Copy link
Copy Markdown

Deploy Preview for imarc-pronto ready!

Name Link
🔨 Latest commit f83871a
🔍 Latest deploy log https://app.netlify.com/projects/imarc-pronto/deploys/698662de9431310008c4c15f
😎 Deploy Preview https://deploy-preview-21--imarc-pronto.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 project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a new "cards" organism component that provides a responsive grid layout for displaying card molecules. The implementation follows established project patterns using CSS Grid with custom properties for flexible configuration.

Changes:

  • Added SCSS styles for the cards organism with responsive grid layout and multiple modifier classes
  • Created HTML documentation demonstrating usage examples for different column configurations
  • Integrated the new cards organism into the main organisms index

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
resources/styles/organisms/index.scss Added @forward directive for the new cards organism (alphabetically ordered)
resources/styles/organisms/cards/index.scss Implemented responsive grid layout with CSS custom properties, supporting 1-5 columns and modifiers for gap spacing, centering, and stretching
resources/styles/organisms/cards/cards.html Provided HTML documentation with examples demonstrating default grid and 2-5 column layouts using the -stretch modifier

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread resources/styles/organisms/cards/cards.html Outdated
Comment thread resources/styles/organisms/cards/cards.html
@khamer

khamer commented Jan 30, 2026

Copy link
Copy Markdown
Member

Could you make the card layouts a bit more responsive? At least one breakpoint in between single column and all columns, though this seems like it'd be a good place to use repeat(auto-fit) or auto-fill and make the wrapping not tied to specific breakpoints.

@khamer khamer merged commit e711f15 into main May 18, 2026
4 of 7 checks passed
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.

3 participants