We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a65aa5 commit 9a4f9beCopy full SHA for 9a4f9be
README.md
@@ -13,7 +13,7 @@ import { parse } from '@tarojs/parse-css-to-stylesheet'
13
const { code } = parse(jsxCode, [cssCode1, cssCode2, ...], {
14
platformString: 'Harmony',
15
})
16
-// code: jsx代码 string
+// code: CSS 代码 string
17
```
18
19
## 参数说明
0 commit comments