Skip to content

Commit

Permalink
do not import css file with global styles as a module (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunnerud authored Apr 16, 2024
1 parent d453229 commit ed808b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '@digdir/designsystemet-theme';
import '@digdir/designsystemet-css';
import '@/resources/css/Common.module.css';
import '@/resources/css/Common.css';
import React, { StrictMode } from 'react';
import { Provider } from 'react-redux';
import { createRoot } from 'react-dom/client';
Expand Down
File renamed without changes.

0 comments on commit ed808b0

Please sign in to comment.