Remove deprecated feature card component#1113
Merged
stephaniehobson merged 1 commit intomainfrom Jan 20, 2026
Merged
Conversation
The Feature Card component has been deprecated in favor of Split. This removes all source files and updates the netlify redirect to point to the Split component documentation.
There was a problem hiding this comment.
Pull request overview
This PR removes the deprecated Feature Card component and redirects users to the Split component, which is its replacement.
Changes:
- Removed all Feature Card component source files (HTML template, SCSS styles, configuration, and documentation)
- Updated Netlify redirect to point Feature Card URLs to the Split component documentation
- Documented the breaking change in CHANGELOG.md
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| netlify.toml | Updated redirect to point from feature-card to split component |
| components/feature-card/readme.md | Removed documentation file for deprecated component |
| components/feature-card/feature-card.html | Removed HTML template file |
| components/feature-card/feature-card.config.yml | Removed component configuration file |
| assets/sass/protocol/protocol-components.scss | Removed import statement for feature-card styles |
| assets/sass/protocol/components/_feature-card.scss | Removed complete SCSS implementation |
| CHANGELOG.md | Added breaking change entry documenting component removal |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The Feature Card component has been deprecated in favor of Split. This removes all source files and updates the netlify redirect to point to the Split component documentation.
CHANGELOG.md.Issue
There should be an issue corresponding to the work that deprecated the feature card component but I can't find it.