From 763c86f797f799eaf5ef1cab8e4e11b3057c2560 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 23 Aug 2016 11:25:13 +0300 Subject: [PATCH] Updated Grid (markdown) --- Grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid.md b/Grid.md index 8d99897..81b9a34 100644 --- a/Grid.md +++ b/Grid.md @@ -1,4 +1,4 @@ -The grid system is built similarly to the one used by frameworks such as Bootstrap or Pure.CSS and allows users to build sectioned websites to their liking. The implementation is mobile-first, prioritizing smaller screen size styles over larger screen styles. +The grid system is built similarly to the one used by frameworks such as Bootstrap or Pure.CSS and allows users to build sectioned websites to their liking. The implementation is mobile-first, prioritizing smaller screen styles over larger screen styles. The grid system can be customized to the user's needs using the provided **mixin** in the [_grid.scss](https://github.com/Chalarangelo/mini.css/blob/master/scss/mini/_grid.scss) partial file.