Styles for letter index

This commit is contained in:
Tom Raithel
2017-02-12 21:39:35 +01:00
parent 7ac1e97a7d
commit d96380a57f
13 changed files with 109 additions and 12 deletions

View File

@@ -1,6 +1,10 @@
import pug from 'pug';
import { relativePath } from './file';
import { groupByQuadrants, groupByFirstLetter } from './radar';
import {
groupByQuadrants,
groupByFirstLetter,
groupByRing,
} from './radar';
const templateFolder = 'templates';
@@ -17,6 +21,7 @@ export const vars = (vars) => ({
},
groupByQuadrants,
groupByFirstLetter,
groupByRing,
...vars,
})