mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-13 17:33:59 +02:00
Updated Grid system (markdown)
@@ -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:
|
- 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.
|
- 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.
|
- Multiple grids can be created using the mixin provided. In this case, make sure to specify different names for each grid's parts.
|
||||||
|
Reference in New Issue
Block a user