0.3.0 • Published 1 year ago

aem-grid v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

AEM Grid with true css grid

How to use

  1. Install the grid.zip package on your author environment
  2. install aem grid npm package with npm install aem-grid
  3. In your main.scss file, add the following line:
@import 'aem-grid';

// define breakpoints
$breakpoints: (
  'phone': 650px,
  'tablet': 1200px,
);
// define columns
$columns: 12;
// define gutter padding
$gutter: 16px;
// define if mobile should inherit desktop adjustments
$mobile-inherit: false;

@include aem-Grid(12, 16px, $breakpoints, $mobile-inherit);
0.3.0

1 year ago

0.2.1

1 year ago

0.2.2

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago