Skip to content

Commit

Permalink
Variable fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcinarli committed May 20, 2016
1 parent 0e9544b commit 8505dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caffeine",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/bcinarli/caffeine",
"authors": [
"Bilal Cinarli <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion lib/mixins/css3/_flex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Formal syntax: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
* current spec, webkit browsers need prefixing
*/
@mixin flex($value) {
@mixin flex($value...) {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kafein",
"version": "0.7.0",
"version": "0.7.1",
"description": "Caffeine is a set of Sass mixins and functions ready use for projects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8505dff

Please sign in to comment.