We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f814369 commit 7982976Copy full SHA for 7982976
packages/plugin-nativewind/src/loader.ts
@@ -16,7 +16,7 @@ export default function nativeWindLoader(
16
const callback = this.async();
17
18
try {
19
- const jsCss = stringify(cssToReactNativeRuntime(source));
+ const jsCss = cssToReactNativeRuntime(source);
20
const code = dedent`
21
import { StyleSheet } from "nativewind";
22
StyleSheet.registerCompiled((${stringify(jsCss)}));
0 commit comments