Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styles not work with css modules #100

Open
mogadanez opened this issue Sep 20, 2018 · 1 comment
Open

Styles not work with css modules #100

mogadanez opened this issue Sep 20, 2018 · 1 comment

Comments

@mogadanez
Copy link

Is it any guidlines how to enable it?

@ecmadao
Copy link
Owner

ecmadao commented Sep 21, 2018

@mogadanez
You can not compile this component's css file if you are using css module. For example, you can add this rule in your webpack config:

{
  test: /\.css$/,
  use: ['style-loader', 'css-loader'],
  include: [/(react-times)/]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants