1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-05-05 21:37:08 +01:00

Remove explicit TXT and MD formats.

Themes will now inherit these formats from the Basis theme by default.
This commit is contained in:
hacksalot
2016-01-05 06:27:52 -05:00
parent d6a9880717
commit d243f5f472
8 changed files with 39 additions and 374 deletions

View File

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