Grid object helpers for Ticketfly CSS.
This project provides a set of CSS selectors for implementing a grid system layout.
Primarily, it makes use of flexbox and box-sizing. However, methods are being explored for
implementing a future version around the upcoming, official CSS Grid Layout Module.
Installing with npm:
npm install ticketfly-css-grid-objectsInstalling with yarn:
yarn add ticketfly-css-grid-objects