1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00

Fix COMPACT and POSITIVE theme inheritance.

This commit is contained in:
hacksalot 2016-01-05 06:42:26 -05:00
parent d243f5f472
commit 2eaa34ff3f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"author": "hacksalot <hacksalot@fluentdesk.com>", "author": "hacksalot <hacksalot@fluentdesk.com>",
"engine": "handlebars", "engine": "handlebars",
"inherits": { "inherits": {
"text": "basis", "txt": "basis",
"md": "basis" "md": "basis"
} }
} }

View File

@ -4,7 +4,7 @@
"author": "hacksalot <hacksalot@fluentdesk.com>", "author": "hacksalot <hacksalot@fluentdesk.com>",
"engine": "handlebars", "engine": "handlebars",
"inherits": { "inherits": {
"text": "basis", "txt": "basis",
"md": "basis" "md": "basis"
} }
} }