npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

css-flex

1.0.1

@yoshuawuyts

npmHomeRepoSnykSocket
Downloads:1
$ npm install css-flex
DailyWeeklyMonthlyYearly

css-flex

NPM version Downloads

Minimalist flexbox grid. Sets an element to be display: flex.

Installation

npm install css-flex

Usage

With sheetify installed:

@import css-flex;

To set an element as a flex container:

<div class="flex"></div>
<div class="inline-flex"></div>

License

MIT