We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc8283 commit 307dab8Copy full SHA for 307dab8
1 file changed
packages/uniwind/src/metro/metro-transformer.ts
@@ -75,7 +75,7 @@ export const transform = async (
75
themes: config.uniwind.themes,
76
dtsPath: config.uniwind.dtsFile,
77
})
78
- const css = fs.readFileSync(filePath, 'utf-8')
+ const css = fs.readFileSync(cssPath, 'utf-8')
79
const platform = getPlatform()
80
const virtualCode = await compileVirtual({
81
css,
0 commit comments