Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.68 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.68 KB

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