Skip to content

Commit

Permalink
chore: Allow using CSS modules
Browse files Browse the repository at this point in the history
This allows to hide the css classes, so they do not interfere

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Sep 12, 2023
1 parent e409a98 commit 3263047
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 4 deletions.
6 changes: 5 additions & 1 deletion lib/global.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
declare const __TRANSLATIONS__: {locale: string, json: any}[]
declare const __TRANSLATIONS__: {locale: string, json: any}[]

// Allow css modules
declare module '*.module.css';
declare module '*.module.scss';
Loading

0 comments on commit 3263047

Please sign in to comment.