Skip to content

Commit 6201861

Browse files
committed
fix importing css module after upgrading to vite 5
See https://v2.vitejs.dev/guide/features.html#css-modules
1 parent 3c62448 commit 6201861

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/seed-transform-forms.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { XSFormFieldFactory, registerDefaultValueConverters, DefaultValueConvert
77
import { FileExtractor, FileExtractorFactory } from './fileextractor'
88

99

10-
import styles from './seed-transform-forms.css'
10+
import styles from './seed-transform-forms.module.css'
1111

1212
// define the web component
1313
@customElement("seed-choose-transform-rest")

0 commit comments

Comments
 (0)