Skip to content

Commit

Permalink
Merge pull request #34 from inoas/ie8
Browse files Browse the repository at this point in the history
3.0.1 (support IE8 again cause it is dead cheap)
  • Loading branch information
mblode authored Mar 12, 2018
2 parents 97445d3 + df67e55 commit 04baf04
Show file tree
Hide file tree
Showing 9 changed files with 239 additions and 123 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marx",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "https://github.com/mblode/marx",
"authors": [
"mblode"
Expand Down
1 change: 1 addition & 0 deletions css/marx.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ select,
summary,
textarea,
[tabindex] {
-ms-touch-action: manipulation;
/* 1 */
touch-action: manipulation; }

Expand Down
2 changes: 1 addition & 1 deletion css/marx.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/marx.min.css.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion css/marx.styl.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ label,
select,
summary,
textarea,
[tabindex] { /* 1 */
[tabindex] {
-ms-touch-action: manipulation; /* 1 */
touch-action: manipulation;
}
[hidden] {
Expand Down
2 changes: 1 addition & 1 deletion css/marx.styl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/marx.styl.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 04baf04

Please sign in to comment.