import styled from '@emotion/styled'; /** * Use grid to create columns that we can place child nodes into. * Leveraging grid for alignment means we don't need to calculate percent offset * nor use position:absolute to lay out items. * * * ... * ... * */ export const Columns = styled('ul')<{remainder: number; totalColumns: number}>` /* Reset defaults for