Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Introducing theme variables! CSS variables beginning with `--theme-` will adjust

* **css:** (breaking) Remove support for vendor prefixing (#957)

## Feature Card Component

* **component:** (breaking) Removed the deprecated Feature Card component. Use the [Split](https://protocol.mozilla.org/components/detail/split) component instead.

## Split Component

* **component:** (breaking) Removed `mzp-l-split-pop-top`, `mzp-l-split-pop-bottom`, and `mzp-l-split-pop` layout classes from Split component
Expand Down
219 changes: 0 additions & 219 deletions assets/sass/protocol/components/_feature-card.scss

This file was deleted.

1 change: 0 additions & 1 deletion assets/sass/protocol/protocol-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@use 'components/breadcrumb';
@use 'components/callout';
@use 'components/emphasis-box';
@use 'components/feature-card';
@use 'components/forms/button-container';
@use 'components/forms/choice';
@use 'components/forms/field';
Expand Down
46 changes: 0 additions & 46 deletions components/feature-card/feature-card.config.yml

This file was deleted.

25 changes: 0 additions & 25 deletions components/feature-card/feature-card.html

This file was deleted.

17 changes: 0 additions & 17 deletions components/feature-card/readme.md

This file was deleted.

2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

[[redirects]]
from = "/patterns/molecules/feature-card*"
to = "/components/detail/feature-card"
to = "/components/detail/split"

[[redirects]]
from = "/patterns/molecules/forms*"
Expand Down