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:

  1. Standard HTML

    edge create html

  2. Standard PHP

    edge create php

  3. Coming soon:

  • Sinatra
  • Rails
  • Flask