fix: csslint error and browserlist

This commit is contained in:
redonkulus 2020-05-11 10:20:30 -07:00
parent f2a8721306
commit 23cfc8a627
2 changed files with 4 additions and 3 deletions

View File

@ -2,6 +2,7 @@
"adjoining-classes" : false, "adjoining-classes" : false,
"box-sizing" : false, "box-sizing" : false,
"display-property-grouping": false, "display-property-grouping": false,
"fallback-colors" : false,
"order-alphabetical" : false, "order-alphabetical" : false,
"star-property-hack" : false, "star-property-hack" : false,
"unqualified-attributes" : false "unqualified-attributes" : false

View File

@ -53,9 +53,9 @@
"browserslist": { "browserslist": {
"production": [ "production": [
"last 2 versions", "last 2 versions",
"ie >= 8", "ie >= 10",
"iOS >= 6", "iOS >= 12",
"Android >= 4" "Android >= 6"
] ]
} }
} }