How to apply global styles with CSS modules in a react app?

后端 未结 5 804
孤独总比滥情好
孤独总比滥情好 2020-12-23 15:57

I\'m currently using CSS Modules with React for my styling. So each of my components is importing in it\'s component specific css file, like so:

import React         


        
5条回答
  •  我在风中等你
    2020-12-23 16:27

    The only way I found for importing styles globally, but only for a specific route is adding: