mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] Include Tagify.css file (#353)
* Added tagify.css to the deploy script * Added tagify.css as a static css file * Delete styles/tagify.css * Fix * Merge fix * Fixed path
This commit is contained in:
parent
3c40e2d60b
commit
f2176c6238
2 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ import {
|
|||
import { placeables } from './module/canvas/_module.mjs';
|
||||
import { registerRollDiceHooks } from './module/dice/dhRoll.mjs';
|
||||
import { registerDHActorHooks } from './module/documents/actor.mjs';
|
||||
import './node_modules/@yaireo/tagify/dist/tagify.css';
|
||||
|
||||
Hooks.once('init', () => {
|
||||
CONFIG.DH = SYSTEM;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue