mirror of
https://github.com/pure-css/pure
synced 2024-11-22 05:32:20 +01:00
fix: csslint error and browserlist
This commit is contained in:
parent
f2a8721306
commit
23cfc8a627
@ -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
|
||||||
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user