Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: csslint error and browserlist
  • Loading branch information
redonkulus committed May 11, 2020
1 parent f2a8721 commit 23cfc8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .csslintrc
Expand Up @@ -2,6 +2,7 @@
"adjoining-classes" : false,
"box-sizing" : false,
"display-property-grouping": false,
"fallback-colors" : false,
"order-alphabetical" : false,
"star-property-hack" : false,
"unqualified-attributes" : false
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -53,9 +53,9 @@
"browserslist": {
"production": [
"last 2 versions",
"ie >= 8",
"iOS >= 6",
"Android >= 4"
"ie >= 10",
"iOS >= 12",
"Android >= 6"
]
}
}

0 comments on commit 23cfc8a

Please sign in to comment.