Use BEM for combat values

This commit is contained in:
Johannes Loher 2021-04-13 22:48:37 +02:00
parent 49b450daee
commit 04174398bb
6 changed files with 91 additions and 79 deletions

View file

@ -1,6 +1,7 @@
export default async function registerHandlebarsPartials(): Promise<void> {
const templatePaths = [
"systems/ds4/templates/sheets/actor/components/character-progression.hbs",
"systems/ds4/templates/sheets/actor/components/combat-value.hbs",
"systems/ds4/templates/sheets/actor/components/combat-values.hbs",
"systems/ds4/templates/sheets/actor/components/core-value.hbs",
"systems/ds4/templates/sheets/actor/components/core-values.hbs",