sassdoc-theme-default
Advanced tools
Comparing version 2.3.6 to 2.4.0
@@ -53,3 +53,3 @@ "use strict"; | ||
ctx = applyDefaults(ctx); | ||
sassdocExtras(ctx, "description", "markdown", "display", "groupName", "shortcutIcon", "sort"); | ||
sassdocExtras(ctx, "description", "markdown", "display", "groupName", "shortcutIcon", "sort", "resolveVariables"); | ||
ctx.data.byGroupAndType = sassdocExtras.byGroupAndType(ctx.data); | ||
@@ -56,0 +56,0 @@ |
@@ -5,3 +5,3 @@ "use strict"; | ||
var _slicedToArray = function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { var _arr = []; for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) { _arr.push(_step.value); if (i && _arr.length === i) break; } return _arr; } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; | ||
var _slicedToArray = function (arr, i) { if (Array.isArray(arr)) { return arr; } else { var _arr = []; for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) { _arr.push(_step.value); if (i && _arr.length === i) break; } return _arr; } }; | ||
@@ -8,0 +8,0 @@ var assert = _interopRequire(require("assert")); |
@@ -6,3 +6,3 @@ { | ||
"author": "SassDoc team", | ||
"version": "2.3.6", | ||
"version": "2.4.0", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "sassdoc-theme" | ||
"html-minifier": "^0.7.0", | ||
"sassdoc-extras": "^2.2.0", | ||
"sassdoc-extras": "^2.4.0", | ||
"swig": "1.4.0", | ||
@@ -35,0 +35,0 @@ "swig-extras": "^0.0.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
209197
828
Updatedsassdoc-extras@^2.4.0