robin
Results
3
issues of
robin
**Describe the solution you'd like** 合并单元格,用法最好类似于 table 的合并单元格,配置 `colspan` & `rowspan`; 延伸功能: - 表头分组
help wanted
feature
It's just passing strings to `generateScopedName` that can be problematic with [critters](https://github.com/GoogleChromeLabs/critters). It works fine when passing a function to `generateScopedName`. ``` vite: { css: { modules: { generateScopedName: "[name]_[hash:base64:8]",...