2.0.1 • Published 6 years ago

nextgrid v2.0.1

Weekly downloads
13
License
MIT
Repository
github
Last release
6 years ago

NextGrid

Installation

$ npm install nextgrid --save

NPM site

Usage

If you use SASS, you can do it like this:

@import "vars";

@import "utilities/spacings";
@import "utilities/col-offsets";
@import "utilities/element-visibility";
@import "utilities/flex-positions";
@import "utilities/element-block";

@import "grid/grid";

If you want to change values of variables, just define your own after the import of NextGrid's variables and before everything else.

You can use/include already built CSS file, but this way you can't use NextGrid's variables etc.

What's builg upon?

  • Flexbox Layout (Flexible Box) module (currently a W3C Last Call Working Draft)
  • SCSS compiling
2.0.1

6 years ago

2.0.0

6 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago