Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 307 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 307 Bytes

Grid-utility

Grid utility helps you create custom grids for your projects.

Open grid.scss and add a new line with your grid parameters:

(grid name) (grid-columns) (grid-rows) (grid-template-areas) (custom-grid-areas added)

When is done run:

gulp sass 

to compile your scss 😄