Skip to content

Commit aae48d3

Browse files
Merge branch 'develop'
2 parents 1d3ef0b + 596e821 commit aae48d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "SassDoc's default theme",
44
"title": "SassDoc Default Theme",
55
"author": "SassDoc team",
6-
"version": "2.1.0",
6+
"version": "2.2.0",
77
"keywords": [
88
"sassdoc-theme"
99
],
@@ -28,7 +28,7 @@
2828
"extend": "^2.0.0",
2929
"fs-extra": "^0.16.3",
3030
"html-minifier": "^0.7.0",
31-
"sassdoc-extras": "^2.1.0",
31+
"sassdoc-extras": "^2.2.0",
3232
"swig": "1.4.0",
3333
"swig-extras": "^0.0.1"
3434
},

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const shortcutIcon = (dest, ctx) => {
3535

3636
export default (dest, ctx) => {
3737
ctx = applyDefaults(ctx);
38-
sassdocExtras(ctx, 'markdown', 'display', 'groupName', 'shortcutIcon');
38+
sassdocExtras(ctx, 'markdown', 'display', 'groupName', 'shortcutIcon', 'sort');
3939
ctx.data.byGroupAndType = sassdocExtras.byGroupAndType(ctx.data);
4040

4141
const index = path.resolve(__dirname, '../views/documentation/index.html.swig');

0 commit comments

Comments
 (0)