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

Updated Grid (markdown)

Angelos Chalaris
2016-08-23 11:25:13 +03:00
parent 12f408fbfb
commit 763c86f797

@@ -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.