Skip to content

Commit

Permalink
Update list.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Charles de Dreuille <[email protected]>
  • Loading branch information
cdedreuille committed Nov 28, 2024
1 parent e81fa5e commit f6f264f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/canon/docs/components/Roadmap/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export type RoadmapItem = {
};

export const list: RoadmapItem[] = [
{
title: 'Remove Vanilla Extract and use pure CSS instead',
status: 'inProgress',
},
{
title: 'Add collapsing across breakpoints for the Inline component',
status: 'notStarted',
Expand Down

0 comments on commit f6f264f

Please sign in to comment.