gajus / gajus/babel-plugin-react-css-modules

Demo Example not working - Classes not loading for elements on chrom v75

Open
#257 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2k
Forks
159
PR merge metrics
No merged PRs in 30d

Description

demo example not working as expected. styling classes not get applied in demo example.
Added red color in table class of table CSS file. but it's not reflecting.

//file - AnonymousStyleResolution.jsx
```
import React from 'react';
import './table.css';
export default () => {
return


A0

B0

C0


;
};

```

//File - table.css
```
.table {
display: table;
background-color: #f00;
}
```

babel_pluign _class issue

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.