Skip to content

Commit

Permalink
1.0.4 improvements by mknadler and bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesbertaux committed Dec 8, 2014
1 parent a17b239 commit 5834305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Andy.scss: Open-Source Collection of Useful SASS Mixins Library.

**Current Version: 1.0.3**
**Current Version: 1.0.4**

Homepage: [http://gillesbertaux.com/andy](http://gillesbertaux.com/andy)

Expand Down
2 changes: 1 addition & 1 deletion andy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Mixins available:

// usage example: @include mquery(350px, 2) { width: 100%; }

@@mixin mquery($width, $ratio: false) {
@mixin mquery($width, $ratio: false) {
@if $ratio {
@media
only screen and (max-width: $width) and (min--moz-device-pixel-ratio: $ratio),
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Andy",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://gillesbertaux.com/andy",
"authors": [
"Gilles Bertaux <gillesbertauxdorgeville@gmail.com>"
Expand Down

0 comments on commit 5834305

Please sign in to comment.