gajus/babel-plugin-react-css-modules
Transforms styleName to className using compile time CSS module resolution.
JavaScriptNOASSERTION
Issues
- 4
- 0
- 4
- 3
[contenthash] generated by this plugin does not match the hash generated by css-loader 5.2.0
#301 opened by meglio - 28
Not compatible with css-loader v4
#291 opened by fracmak - 1
generateScopedName as a function
#261 opened by davidhellsing - 3
Upgrade postcss to 8
#293 opened by winston0410 - 0
doesn't work with thread-loader
#309 opened by bearnew - 0
doesn't work with windicss
#307 opened by lili21 - 7
Temporary fix for those have trouble with newer version of webpack / css-loader.
#304 opened by PieNam - 0
How to pass styles from component to child and grandchild at the same time
#305 opened by ahmedrzakhan - 1
Passing multiple style props to a child component
#306 opened by gaurav5430 - 0
handleMissingStyleName and Runtime styleName
#287 opened by pot-code - 1
- 7
Current master branch does not pass all tests
#302 opened by meglio - 1
setting attributeNames to "className": "className" will not output any classnames
#294 opened by paperdave - 2
Redundant mapping object in production output
#278 opened by pot-code - 1
Can I use webpack resolve.extensions = [".css"] and use import './table' instead of './table.css' in js
#295 opened by yinsang - 5
- 2
Server generated css class name is different from the one generated on the client
#265 opened by rahulrsingh09 - 0
styleName compiled to stylename (lowercase)
#290 opened by chenhu297 - 4
styleName becomes stylename (lowercase)
#277 opened by Fullsize - 4
Not compatible with css-loader@3.0.0
#258 opened by ThiefMaster - 1
didn't generate classname
#288 opened by earnest1997 - 0
set skip true, and current sub component no stylesheet, stylesheet from parent of parent less and output fail
#289 opened by minicopper - 3
- 0
in production after bundle ,class name in css file not equal to it in html tags,very confusing .when styleName = 'className' appear this error but write className = {style.className} is disappear
#286 opened by dxiuxiu - 0
Whenever I use babel-plugin-react-css-modules, I get errors from babel-loader
#285 opened by calebpitan - 1
Working with state classes
#273 opened by CKGrafico - 3
Example with typescript?
#274 opened by tomasz-szepczynski - 0
- 2
- 1
What determines the order CSS modules are loaded in?
#281 opened by silkfire - 0
- 1
- 17
- 2
Seperate runtime
#276 opened by wallzero - 1
Really weak how-to-install docs.
#275 opened by damianprzygodzki - 1
unreasonable error
#271 opened by Media-Evil - 3
- 0
babel don't remove [import style] line
#267 opened by coloudman - 1
Error: Could not resolve the styleName 'x' with babel-plugin-react-css-modules and postcss-import
#266 opened by joyfulelement - 3
Unknown error from PostCSS plugin
#264 opened by ElForastero - 0
Does it work with Browserify?
#263 opened by sryze - 3
react-datepicker styling not getting apply.
#259 opened by Bhushankumar-pawar - 1
After migrating from react-css-module to babel-plugin-react-css-modules: react-datePicker styling does not work.
#260 opened by Bhushankumar-pawar - 2
Demo Example not working - Classes not loading for elements on chrom v75
#257 opened by Bhushankumar-pawar - 1
Generated class names different in JSX & CSS files
#256 opened by bhavyaw - 0
not fetching css
#255 opened by BernardA - 1
Webpack alias option
#254 opened by ceopaludetto