aem-grid

0.3.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i aem-grid

Weekly Downloads

16

Version

0.3.0

License

MIT

Unpacked Size

134 kB

Total Files

10

Last publish

Collaborators

  • tylopilus