Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
Bump version 3.0.6. Closes #22.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguillan committed Jun 2, 2015
1 parent 9702889 commit 07e055a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ There are 4 ways of installing the Modernizr mixin:

Download [_modernizr.scss](/stylesheets/_modernizr.scss) and place it in your Sass directory.

### Npm

npm install --save-dev modernizr-mixin

Also, `modenirz-mixin` is ready to be used with [Eyeglass](https://github.com/sass-eyeglass/eyeglass) module.

### Bower

Run the following command:
Expand All @@ -29,6 +23,10 @@ Run the following command:
1. `gem install modernizr-mixin`
2. Add `require 'modernizr-mixin'` to your `config.rb`

### npm / Eyeglass module

npm install --save-dev modernizr-mixin

## Usage

Import it into your main stylesheet:
Expand Down
4 changes: 2 additions & 2 deletions lib/modernizr-mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Compass::Frameworks.register('modernizr-mixin', :path => extension_path)

module ModernizrMixin
VERSION = "3.0.5"
DATE = "2015-05-04"
VERSION = "3.0.6"
DATE = "2015-06-02"
end

0 comments on commit 07e055a

Please sign in to comment.