We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a11c01 commit b7824a3Copy full SHA for b7824a3
src/links.json
@@ -172,6 +172,10 @@
172
{
173
"title": "Emmet Cheat Sheet",
174
"url": "https://docs.emmet.io/cheat-sheet"
175
+ },
176
+ {
177
+ "title": "this vs that",
178
+ "url": "https://thisthat.dev"
179
}
180
]
181
},
@@ -669,6 +673,12 @@
669
673
"title": "ECMAScript Compatibility Table",
670
674
"url": "https://kangax.github.io/compat-table/es6"
671
675
676
677
+ "title": "Mozilla Specification Position",
678
+ "url": "https://mozilla.github.io/standards-positions",
679
+ "icon": "mozilla",
680
+ "color": "#000000"
681
672
682
683
"title": "Node Green",
684
"url": "https://node.green"
0 commit comments