Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
25 changes: 20 additions & 5 deletions _data/hacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"ie": {
"version": "12+",
"humanVersion": ">= 12",
"humanVersion": " 12",
"legacy": false
},
"op": {
Expand Down Expand Up @@ -81,8 +81,13 @@
"legacy": false
},
"op": {
"version": "14+",
"humanVersion": "≥ 14",
"version": "14|15",
"humanVersion": "14-15",
"legacy": false
},
"an": {
"version": "4.4-",
"humanVersion": "≤ 4.4",
"legacy": false
}
},
Expand Down Expand Up @@ -1202,13 +1207,23 @@
"humanVersion": "*",
"legacy": false
},
"ch": {
"version": "25-",
"humanVersion": "≤ 25",
"legacy": true
},
"sa": {
"version": "6-",
"humanVersion": "≤ 6",
"legacy": false
},
"an": {
"version": "4.2-",
"humanVersion": "≤ 4.2",
"legacy": false
}
},
"label": "Everything but Internet Explorer and Safari ≤6",
"label": "Everything but Internet Explorer, Chrome ≤25, Safari ≤6, Android Browser ≤4.2",
"language": "css",
"code": [
"@media screen { @media (min-width: 0px) {} }"
Expand Down Expand Up @@ -2184,4 +2199,4 @@
"id": "70b623e6ee3d3af7c3ca68b71c5fb29f",
"jshint": ""
}
]
]