wip(fs.dev): Pattern themeing support
This commit is contained in:
parent
3c7fcaa342
commit
4d441f4eec
9 changed files with 393 additions and 399 deletions
|
@ -1,7 +1,5 @@
|
|||
// Handle themes
|
||||
const allThemes = require('../themes')
|
||||
const themes = {}
|
||||
for (const theme in allThemes) themes[theme] = allThemes[theme].config
|
||||
const themes = require('../themes')
|
||||
|
||||
module.exports = {
|
||||
content: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue