From e5be9c4f2de23f078fa3cf673a8d609394b7c7e8 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 23 Aug 2016 11:24:17 +0300 Subject: [PATCH] Updated Grid system (markdown) --- Grid-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid-system.md b/Grid-system.md index 1353fcb..8d99897 100644 --- a/Grid-system.md +++ b/Grid-system.md @@ -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.