We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40903eb commit 407bf0dCopy full SHA for 407bf0d
generateIconConfig.js
@@ -10,7 +10,7 @@ var config = {
10
};
11
12
var varsUrl = 'https://raw.githubusercontent.com/FortAwesome/Font-Awesome/';
13
-varsUrl += 'fa-4/scss/_variables.scss';
+varsUrl += 'v4.7.0/scss/_variables.scss';
14
15
https.request(varsUrl, function (res) {
16
if (res.statusCode !== 200) {
0 commit comments