Skip to content

使用css modules引入的样式无效 #650

Closed
@KellenHe

Description

@KellenHe

// test.less
.test { color: red; }

// test.tsx
import styles from './test.less';
<span className={styles.test}>测试</span>

这种形式最终生成的代码,span并没有样式
<span>测试</span>

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions