Skip to content

Commit

Permalink
Remove hack to have CSS custom properties (#5222)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Oct 21, 2024
1 parent f19aeca commit 8801270
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/client/hmi-client/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,3 @@ router.beforeEach(async (to, _from, next) => {
});

useNotificationManager().init();

// Allow the use of CSS custom properties
declare module '@vue/runtime-dom' {
export interface CSSProperties {
[key: `--${string}`]: string | undefined;
}
}

0 comments on commit 8801270

Please sign in to comment.