Skip to content

Commit

Permalink
Update to tolk 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Jun 15, 2016
1 parent eef00c5 commit c7bf37b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions fixtures/compiled/autoprefixer/unprefixed-css.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
6 changes: 3 additions & 3 deletions fixtures/compiled/autoprefixer/unprefixed-less.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
4 changes: 2 additions & 2 deletions fixtures/compiled/autoprefixer/unprefixed-myth.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ body {
display: flex;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
6 changes: 3 additions & 3 deletions fixtures/compiled/autoprefixer/unprefixed-scss.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ body {
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
6 changes: 3 additions & 3 deletions fixtures/compiled/autoprefixer/unprefixed-styl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
display: -ms-flexbox;
display: flex;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"rimraf": "2.5.2",
"tolk": "1.1.3",
"tolk": "2.0.0",
"when": "3.7.7"
},
"devDependencies": {
Expand Down

0 comments on commit c7bf37b

Please sign in to comment.