gajus / gajus/babel-plugin-react-css-modules
Demo Example not working - Classes not loading for elements on chrom v75
Open
- 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;
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.