aem-grid
0.3.0 • Public • Published AEM Grid with true css grid
- Install the grid.zip package on your author environment
- install aem grid npm package with
npm install aem-grid
- 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
nonePackage Sidebar
Install
Weekly Downloads