Skip to content

Ticketfly-UI/ticketfly-css-grid-objects

Repository files navigation

Ticketfly CSS Grid Objects

Latest NPM release CircleCI Build Status License Dependencies Dev Dependencies

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.

Installation

Installing with npm:

npm install ticketfly-css-grid-objects

Installing with yarn:

yarn add ticketfly-css-grid-objects