Sha256: 1261f6fa5c2a57dae1ff1b2a3a08b80619ba49d3440d9026d611bd7896e803cf

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

Ezy: Responsive website toolbox
===============================

Ezy is a SCSS framwork for building responsive websites. It's targeting experienced frontend developers who know the principles of responsive design and development.

Ezy so far contains:

* Grid framework
* Media query helpers
* Sprite helpers

View all documentation here: [raahede.github.io/ezy](http://raahede.github.io/ezy/)

Installing Ezy
--------------

#### 1) Install the gem

`gem install ezy`

Or install the latest alpha release:

`gem install ezy --pre`

#### 2) Require Ezy in your config.rb

`require "ezy"`

#### 3) Import the part you need in your SCSS

Import all features:

`@import "ezy";`

Import grid only:

`@import "ezy/grid";`

Import media queries only:

`@import "ezy/media";`

Import sprites only:

`@import "ezy/sprites";`


Building and testing local gem
------------------------------

If you've cloned my project and want to test your code with a local gem.

#### Switch to project folder ###
`cd [folder path]`

#### Build gem ###
`gem build ezy.gemspec`

#### Install local gem ###
`gem install --local ezy-[build version].gem`


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezy-0.2.7.alpha README.md