1
Fork 0

typescript(loopover-leaderboards): feat: basic navbar

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2019-12-28 22:12:58 +02:00 committed by prescientmoon
commit 744c7cf49a
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
7 changed files with 80 additions and 6 deletions
typescript/loopover-leaderboards

View file

@ -10,7 +10,8 @@ export default function(config, env, helpers) {
banner:
"// This file is automatically generated from your CSS. Any edits will be overwritten.",
namedExport: true,
silent: true
silent: true,
modules: true
});
});