Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
fix(macros/CSS): Fix {{CSSInfo}} dependency on mdn‑data localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Jun 6, 2019
1 parent a1ce98b commit 174ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/CSSInfo.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let localWiki = wiki;
let currentPage = page;
let cssLocalStrings = string.deserialize(await template("L10n:CSS"));
let localStrings = await MDN.fetchJSONResource(localStringsUrl);
let localStrings = require('mdn-data/l10n/css');
/*
Creates a link to another API, e.g. a CSS property or SVG element
Expand Down

0 comments on commit 174ff0a

Please sign in to comment.