README.md
July 18, 2025 · View on GitHub
transform-to-unocss-core
从transform-to-unocss中抽离出核心代码,方便直接在浏览器中调用
Api
- toUnocss
- 用于行内属性
- 使用:toUnocss('width:100px', isRem) isRem 为true时,会将px转换为rem
- transformStyleToUnocss
- 用于行内属性
- 使用:transformStyleToUnocss("width:100px;height:100px;") isRem 为true时,会将px转换为 "rem[100px]"
- toUnocssClass
- 用于类名
- 使用:toUnocssClass('width:100px', isRem) isRem 为true时,会将px转换为rem
License

