Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Sep 29, 2013
1 parent 64d362d commit 668a042
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

### HEAD

### 0.5.0 - 29.09.2013
* Add banner for generated mixins and CSS output
* Add mixin for appearance
* Bugfix: Remove `-o-` prefix for tab-size mixin (#17)
* Remove `-o-` and `-moz-` for mulitple gradients (#17)

### 0.4.1 - 30.08.2013

* Remove `-o-` prefix for transforms, transition and tab-size (#17)
* Remove `-o-` and `-moz-` prefixes of linear gradients (#17)

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": "sass-mixins",
"version": "0.4.1",
"version": "0.5.0",
"main": "mixins.scss",
"author": "Hans Christian Reinl",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass-mixins - v0.4.1 - 2013-09-29 *//**
/*! sass-mixins - v0.5.0 - 2013-09-29 *//**
* @description
* Generates keyframe animations
*
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sass-mixins",
"title": "Sass-Mixins",
"description": "Some Sass-Mixins to use in your project",
"version": "0.4.1",
"version": "0.5.0",
"homepage": "https://github.com/drublic/Sass-Mixins",
"author": {
"name": "Hans Christian Reinl",
Expand Down
4 changes: 2 additions & 2 deletions tests/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass-mixins - v0.4.1 - 2013-09-29 */
/*! sass-mixins - v0.5.0 - 2013-09-29 */
@charset "UTF-8";
/* sass-mixins - v0.4.1 - 2013-09-29 */
/* sass-mixins - v0.5.0 - 2013-09-29 */
/**
* @description
* Generates keyframe animations
Expand Down

0 comments on commit 668a042

Please sign in to comment.