H5-contact/node_modules/@dcloudio/uni-nvue-styler
whitechiina 753b079311 first commit 2026-08-20 15:54:28 +08:00
..
dist first commit 2026-08-20 15:54:28 +08:00
lib first commit 2026-08-20 15:54:28 +08:00
node_modules first commit 2026-08-20 15:54:28 +08:00
LICENSE first commit 2026-08-20 15:54:28 +08:00
README.md first commit 2026-08-20 15:54:28 +08:00
license.md first commit 2026-08-20 15:54:28 +08:00
package.json first commit 2026-08-20 15:54:28 +08:00

README.md

@dcloudio/uni-nvue-styler

跨平台 css 解析。 css 字符串转对象css 缩写展开,不支持特性告警、容错。

项目结构

src/index.ts 里导出的 parse 是完整流程,可供编译。

  • 自定义了两个 postcss 插件 expandnormalize,交给 postcss 进行处理。
  • 得到的结果交给 objectifier 转为客户端接受的对象类型

lib/css.json 文件来自 syntax 自动生成,无需修改。