Welcome to Edge Framework
Edge is minimalist responsive front-end framework built with SASS. It is made for front-end developers that are working with dedicated designers.
Edge is based on Foundation by ZURB. Unlike Foundation, it is not intended for rapid-prototyping.
Edge is MIT-licensed and absolutely free to use.
Installation
gem install edge_framework
Then in your Compass' config.rb
require 'edge_framework'
Edge provides basic template for your project:
Standard HTML
edge create html
Standard PHP
edge create php
Coming soon:
- Sinatra
- Rails
- Flask