代码之家  ›  专栏  ›  技术社区  ›  Sebastian Luna

带react的Css模块

  •  0
  • Sebastian Luna  · 技术社区  · 7 年前

    我正在建立一个React网站,以启用css模块样式,我弹出我使用的项目

    npm run eject
    

    反应大日历 ( https://github.com/intljusticemission/react-big-calendar enter image description here

    enter image description here

    谢谢!

    1 回复  |  直到 7 年前
        1
  •  5
  •   Farid Ansari    7 年前

    现在您不必弹出项目并向webpack.config添加额外的配置来启用css模块。 现在,每当您想使用css模块时,只需将文件命名为[name].module.css即可。这将解决不使用css模块的组件的问题。

    让我知道它是否适合你

    推荐文章