We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9999de2 commit 15a6fd7Copy full SHA for 15a6fd7
src/services/languageFacts.ts
@@ -744,14 +744,6 @@ class EntryImpl implements IEntry {
744
745
let propertySet: { [key: string]: IEntry };
746
let properties = browsers.data.css.properties;
747
-// const mdnProperties = Object.keys(mdn.data).map(k => {
748
-// return {
749
-// name: k,
750
-// ...mdn.data[k],
751
-// };
752
-// });
753
-
754
-// properties = properties.concat(mdnProperties);
755
756
export function getProperties(): { [name: string]: IEntry; } {
757
if (!propertySet) {
0 commit comments