css-modules/postcss-modules-extract-imports

can't override the default css

xshua06 opened this issue · 1 comments

browserify-demo
b.css
.b{
color: black
}

.a{
composes: b from 'b.css';
color:red;
}

result: black

Hi @xshua06, can you please check the latest version of css-modulesify and let me know if it's fixed now? If not please lodge an issue at https://github.com/css-modules/css-modulesify