mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
fix: csslint error and browserlist
This commit is contained in:
parent
f2a8721306
commit
23cfc8a627
@ -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
|
||||
|
@ -53,9 +53,9 @@
|
||||
"browserslist": {
|
||||
"production": [
|
||||
"last 2 versions",
|
||||
"ie >= 8",
|
||||
"iOS >= 6",
|
||||
"Android >= 4"
|
||||
"ie >= 10",
|
||||
"iOS >= 12",
|
||||
"Android >= 6"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user