Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flexgriddle

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexgriddle

A sass mixin library for creating simple grids using flexbox

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Flexgriddle

Build Status npm version

A sass mixin library for creating simple grids using flexbox

Install

npm install --save flexgriddle

Usage

This library consists of two mixins which enable you to make a simple grid using flexbox.

Specify the grid container

.gallery {
  @include flexgrid-container();
}

Argument:

  • $gutter Optional. Size of the gutter.

Specify the grid items

.gallery__item {
  @include flexgrid-item(5);
}

Arguments:

  • $number-of-items. The number of items that one row will contain.
  • $gutter Optional. Size of the gutter. Should be the same as its container gutter size.

License

MIT

Keywords

FAQs

Package last updated on 13 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc