1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-12 08:53:59 +02:00

Updated Grid system (markdown)

Angelos Chalaris
2016-08-23 11:24:17 +03:00
parent ec34d0a392
commit e5be9c4f2d

@@ -45,7 +45,7 @@ The grid system can be customized to the user's needs using the provided **mixin
- Using the above mixin, the default 12-column grid style is built using the following SCSS directive:
@include make-grid(grid-container, 0, row, col, 12, 12px, xs, sm, md, lg, no, 768px, 1024px, 1280px);
`@include make-grid(grid-container, 0, row, col, 12, 12px, xs, sm, md, lg, no, 768px, 1024px, 1280px);`
- The code will generate a grid system based on the specified parameters, prioritizing smaller displays over larger. This is in line with the framework's mobile-first tagline.
- Multiple grids can be created using the mixin provided. In this case, make sure to specify different names for each grid's parts.