0.1.7 • Published 2 years ago

web-grider v0.1.7

Weekly downloads
58
License
MIT
Repository
github
Last release
2 years ago

Gridder

A grid generator

Generates a grid similar to bootstrap with given options like custom breakpoints and names (including display styles like "d-md-block").

To use grid generator, add it to your source files:

@use "~web-grider/sass/grid" as grid with (
  $breakpoints: (
    sm: (breakpoint: 576px, container: 540px),
    lg: (breakpoint: 1200px, container: 1140px),
    xl: (breakpoint: 1440px, container: 1400px),
    my-xl: (breakpoint: 1920px, container: 1600px)
  )
);

@include grid.generate_grid();

Installation

npm install web-grider

Configuration

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago