New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

scss-next-grid

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scss-next-grid

[![NPM](https://nodei.co/npm/scss-next-grid.png?compact=true)](https://nodei.co/npm/scss-next-grid/)

latest
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

SCSS Grid Helpers -- based on display:grid

NPM

Example usage:

// Create a grid with 3 equal columns
.element{
    @include grid(3)
}

// Create a 3 columns
// The grid has 2 fixed width columns and the middle column has flexible width
// Also set the gap between columns to 50px
.element{
    @include grid("200px 1fr 200px");
    @include gap(50px);
}

FAQs

Package last updated on 08 Jul 2020

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