Skip to content

Commit

Permalink
Add missing 40/60 grid
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Oct 13, 2021
1 parent f945477 commit c30b33c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,13 @@ export const variants = [
common: true,
title: '60 / 40',
},
{
icon: iconB,
defaultData: {
gridSize: 12,
gridCols: ['twoFifths', 'threeFifths'],
},
common: true,
title: '40 / 60',
},
];

0 comments on commit c30b33c

Please sign in to comment.