README.md in edge_framework-1.2.6 vs README.md in edge_framework-1.2.7
- old
+ new
@@ -465,11 +465,11 @@
@include column($size: 10, $small: 8, $mini: 12);
}
**Convention**:
-- We need to include the base class in the markup (`.row` and `.column`).
+- Custom column must be applied to the element that has `column` class. The same goes to custom row.
### GUTTER
Custom gutter must be applied to both row and column.
@@ -646,8 +646,15 @@
The command will give you Edge's SCSS files and append the pipeline.
FAQ
===============
-1. Is Edge a mobile-first framework?
+1. Why should I use Edge over leading frameworks like Boostrap or Foundation?
- No it is not.
\ No newline at end of file
+ Edge leans toward those who create website based on designer's wireframe/mockup.
+
+ Bootstrap and Foundation offer pre-styled elements which are great for quick prototyping. But when you are working with a designer, you won't use any of those styling.
+
+2. Is Edge a mobile-first framework?
+
+ No it is not.
+