1.0.0 • Published 4 years ago

scss-next-grid v1.0.0

Weekly downloads
8
License
ISC
Repository
-
Last release
4 years ago

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);
}
1.0.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago